Skip to content

Commit 91da6a8

Browse files
authored
Update permissions for project implementation scripts
1 parent 25e9207 commit 91da6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: chmod +rwx ./helper-scripts/setup-environment/setup-sandbox.sh && ./helper-scripts/setup-environment/setup-sandbox.sh
3232

3333
- name: User's Permissions Granting
34-
run: chmod +rwx ./helper-scripts/project-impl/*.sh
34+
run: chmod +rwx ./helper-scripts/project-impl/*.sh && chmod +rwx ./helper-scripts/project-impl/post-compile/*.sh
3535

3636
- name: Building Electrostatic-Library Binaries
3737
run: sudo ./helper-scripts/project-impl/compile-all.sh

0 commit comments

Comments
 (0)