Skip to content

Commit 06cb0ae

Browse files
committed
github: Install Rust toolchain with "rustup"
The CI is failing because toolchain is not there so let's explicitly install one with rustup.
1 parent becb065 commit 06cb0ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
run: ${{ matrix.settings.setup }}
9898
if: ${{ matrix.settings.setup }}
9999
shell: bash
100+
- name: Add Rust target
101+
run: rustup target add ${{ matrix.settings.target }}
102+
if: ${{ !matrix.settings.docker }}
103+
shell: bash
100104
- name: Setup node x86
101105
if: matrix.settings.target == 'i686-pc-windows-msvc'
102106
run: yarn config set supportedArchitectures.cpu "ia32"

0 commit comments

Comments
 (0)