From cc930dd486ebb5390269608432bfe38f6453d689 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Thu, 2 Jan 2025 14:52:28 -0500 Subject: [PATCH] cleanup --- .github/workflows/push-master.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 80d7ed15..136763ae 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -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