Skip to content

Commit

Permalink
Set permissions on all scripts (#577)
Browse files Browse the repository at this point in the history
* Set permissions on all scripts

* cleanup
  • Loading branch information
TarikGul authored Jan 2, 2025
1 parent 488abd6 commit da47390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Set Execute Permissions
run: chmod +x ./scripts/install-build-deps.sh
run: chmod +x ./scripts/*
- name: Run Install Build Deps
run: bash ./scripts/install-build-deps.sh
- name: build
Expand Down

0 comments on commit da47390

Please sign in to comment.