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 a7a46de commit 74d7eabCopy full SHA for 74d7eab
.github/workflows/nix-build.yml
@@ -67,6 +67,7 @@ jobs:
67
run: |
68
cp ./docker/nix/build_nix.sh ./build_nix.sh
69
sed -i '' 's/cd workspace//g' ./build_nix.sh
70
+ chmod +x ./build_nix.sh
71
./build_nix.sh
72
env:
73
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
0 commit comments