fix toolchain

This commit is contained in:
Dongdong Zhou 2022-06-20 09:06:16 +01:00
parent 0c8ac37bdf
commit 2166d96d32
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install cmake pkg-config libgtk-3-dev
- name: Install toolchain
uses: actions-rs/toolchain@v2
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}