mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 05:51:20 +00:00
Ci: Trying alternate way to pass version
This commit is contained in:
parent
f0e1118719
commit
9786852bf6
1 changed files with 4 additions and 1 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
|
@ -20,7 +20,10 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
|
||||
- uses: dtolnay/rust-toolchain@${{ matrix.version }}
|
||||
|
||||
- uses: dtolnay/rust-toolchain
|
||||
with:
|
||||
toolchain: ${{ matrix.version }}
|
||||
|
||||
- name: Run clippy
|
||||
if: matrix.version == 'stable'
|
||||
|
|
|
|||
Loading…
Reference in a new issue