We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f83e42 commit b023f53Copy full SHA for b023f53
.github/workflows/publish.yaml
@@ -49,7 +49,6 @@ jobs:
49
profile: minimal
50
toolchain: stable
51
target: ${{ matrix.system.target }}
52
- default: true
53
override: true
54
- name: Install modules
55
run: yarn install --ignore-scripts
@@ -60,6 +59,7 @@ jobs:
60
59
env:
61
PRE_GYP_PLATFORM: ${{ matrix.system.pre_gyp_platform }}
62
PRE_GYP_ARCH: ${{ matrix.system.pre_gyp_arch }}
+ CARGO_BUILD_TARGET: ${{ matrix.system.target }}
63
run: |
64
node publish.js
65
cd bin-package
0 commit comments