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 25e9207 commit 91da6a8Copy full SHA for 91da6a8
.github/workflows/build-lib.yml
@@ -31,7 +31,7 @@ jobs:
31
run: chmod +rwx ./helper-scripts/setup-environment/setup-sandbox.sh && ./helper-scripts/setup-environment/setup-sandbox.sh
32
33
- name: User's Permissions Granting
34
- run: chmod +rwx ./helper-scripts/project-impl/*.sh
+ run: chmod +rwx ./helper-scripts/project-impl/*.sh && chmod +rwx ./helper-scripts/project-impl/post-compile/*.sh
35
36
- name: Building Electrostatic-Library Binaries
37
run: sudo ./helper-scripts/project-impl/compile-all.sh
0 commit comments