We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7220d7b commit 518583fCopy full SHA for 518583f
.github/workflows/nix-build.yml
@@ -66,7 +66,7 @@ jobs:
66
if: matrix.runner == 'macos-latest'
67
run: |
68
# Replace this with your actual build script
69
- cp ./workspace/docker/nix/build_nix.sh ./build_nix.sh
+ cp ./docker/nix/build_nix.sh ./build_nix.sh
70
sed -i 's/cd workspace//g' ./build_nix.sh
71
./build_nix.sh
72
env:
0 commit comments