ci: pin rust toolchain on 1.51.0 on windows-i686 target
This commit is contained in:
parent
ec8bb3b548
commit
1986cf0c9a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows-i686.yml
vendored
4
.github/workflows/windows-i686.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Setup node
|
||||
run: choco install nodejs-lts --x86 -y --force
|
||||
|
||||
- name: Set 32bit NodeJS path
|
||||
- name: Set 32bit Node.js path
|
||||
run: |
|
||||
echo "C:\\Program Files (x86)\\nodejs" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Install
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.51.0
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue