Skip to content

Commit 443b8bf

Browse files
committed
Fix nix-build step in CI
1 parent 6d8a14c commit 443b8bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
nix run ..
4040
- name: Run nix-build
4141
run: |
42+
cd test_depots/${{matrix.test_depot}}
4243
nix-build .

0 commit comments

Comments
 (0)