diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index e8b0cd5..062dc18 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -15,11 +15,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: npm install + - name: bun install run: | - npm install + bun install - - name: npm run tauri build + - name: bun run tauri build run: | - npm run tauri build + NO_STRIP=true bun run tauri build echo "winning ranks"