Skip to content

Commit 518583f

Browse files
committed
fix: feed int he right dir
1 parent 7220d7b commit 518583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: matrix.runner == 'macos-latest'
6767
run: |
6868
# Replace this with your actual build script
69-
cp ./workspace/docker/nix/build_nix.sh ./build_nix.sh
69+
cp ./docker/nix/build_nix.sh ./build_nix.sh
7070
sed -i 's/cd workspace//g' ./build_nix.sh
7171
./build_nix.sh
7272
env:

0 commit comments

Comments
 (0)