ci: pin rust toolchain on 1.51.0 on windows-i686 target

This commit is contained in:
LongYinan 2021-05-17 10:46:29 +08:00
parent ec8bb3b548
commit 1986cf0c9a
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -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