mirror of https://github.com/lapce/lapce.git
fix toolchain
This commit is contained in:
parent
0c8ac37bdf
commit
2166d96d32
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue