diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 197b89a4..136763ae 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -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