Skip to content

Commit

Permalink
Set execute for build script in CI (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jan 2, 2025
1 parent d926ee6 commit 488abd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Set Execute Permissions
run: chmod +x ./scripts/install-build-deps.sh
- name: Run Install Build Deps
run: bash ./scripts/install-build-deps.sh
- name: build
run: |
yarn install --immutable
./scripts/install-build-deps.sh
yarn ${{ matrix.step }}

0 comments on commit 488abd6

Please sign in to comment.