Skip to content

Commit

Permalink
ci: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 18, 2022
1 parent 800ad6f commit e3afd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -848,7 +848,7 @@ jobs:
build: |
npm i -g @napi-rs/cli@2.4.4 turbo@1.0.28
turbo run build-native --cache-dir=".turbo" -- --release --target aarch64-pc-windows-msvc
if: ${{ needs.build.outputs.isRelease == 'true' }}
# if: ${{ needs.build.outputs.isRelease == 'true' }}
needs: build
name: stable - ${{ matrix.settings.target }} - node@16
runs-on: ${{ matrix.settings.host }}
Expand Down

0 comments on commit e3afd51

Please sign in to comment.