Skip to content

Commit 74d7eab

Browse files
committed
fix: perms
1 parent a7a46de commit 74d7eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: |
6868
cp ./docker/nix/build_nix.sh ./build_nix.sh
6969
sed -i '' 's/cd workspace//g' ./build_nix.sh
70+
chmod +x ./build_nix.sh
7071
./build_nix.sh
7172
env:
7273
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)