Skip to content

Commit

Permalink
Set permissions on all scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 2, 2025
1 parent 488abd6 commit 1d7675e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ jobs:
with:
node-version: 'lts/*'
- name: Set Execute Permissions
run: chmod +x ./scripts/install-build-deps.sh
run: |
chmod +x ./scripts/install-build-deps.sh
chmod +x ./scripts/build.sh
chmod +x ./scripts/build-wasm.sh
chmod +x ./scripts/build-js.sh
chmod +x ./scripts/rust-version.sh
chmod +x ./scripts/clean.sh
chmod +x ./scripts/pack-wasm-base.mjs
- name: Run Install Build Deps
run: bash ./scripts/install-build-deps.sh
- name: build
Expand Down

0 comments on commit 1d7675e

Please sign in to comment.