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 becb065 commit 06cb0aeCopy full SHA for 06cb0ae
.github/workflows/CI.yml
@@ -97,6 +97,10 @@ jobs:
97
run: ${{ matrix.settings.setup }}
98
if: ${{ matrix.settings.setup }}
99
shell: bash
100
+ - name: Add Rust target
101
+ run: rustup target add ${{ matrix.settings.target }}
102
+ if: ${{ !matrix.settings.docker }}
103
+ shell: bash
104
- name: Setup node x86
105
if: matrix.settings.target == 'i686-pc-windows-msvc'
106
run: yarn config set supportedArchitectures.cpu "ia32"
0 commit comments