Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 2, 2025
1 parent 1d7675e commit cc930dd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Set Execute Permissions
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
run: chmod +x ./scripts/*
- name: Run Install Build Deps
run: bash ./scripts/install-build-deps.sh
- name: build
Expand Down

0 comments on commit cc930dd

Please sign in to comment.