chore(ci): Set MSRV to 1.60 (#5354)

This commit is contained in:
Donny/강동윤 2022-08-01 13:23:26 +09:00 committed by GitHub
parent e9ff557e30
commit d3ecfd36cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -66,6 +66,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60
- uses: actions/setup-node@v3
with:

View File

@ -214,7 +214,9 @@ jobs:
if: ${{ matrix.settings.setup }}
shell: bash
- name: Install dependencies
run: yarn install --ignore-scripts --registry https://registry.npmjs.org --network-timeout 300000
run: |
yarn install --ignore-scripts --registry https://registry.npmjs.org --network-timeout 300000
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build in docker
uses: addnab/docker-run-action@v3
if: ${{ matrix.settings.docker }}