Skip to content

Commit 1dcca95

Browse files
committed
fix: perms on script
1 parent 2e447d0 commit 1dcca95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testinfra-ami-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
name: repository
2525
path: .
26+
- name: Set script permissions
27+
run: |
28+
chmod +x ebssurrogate/scripts/chroot-bootstrap-nix.sh
29+
chmod +x ebssurrogate/scripts/surrogate-bootstrap-nix.sh
2630
2731
- uses: DeterminateSystems/nix-installer-action@main
2832

0 commit comments

Comments
 (0)