Skip to content

Commit 377b0a1

Browse files
committed
ci: fix pebbleEnv build command
1 parent 003975c commit 377b0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildAndCache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: nix build -L .#arm-embedded-toolchain
3737

3838
- name: Build pebbleEnv
39-
run: nix-shell -A pebbleEnv --run "echo OK"
39+
run: nix shell -f default.nix pebbleEnv --command sh -c "echo OK"

0 commit comments

Comments
 (0)