We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6035757 commit 45cfe06Copy full SHA for 45cfe06
.github/workflows/ci.yml
@@ -27,15 +27,6 @@ jobs:
27
run: sudo apt-get update; sudo apt-get install --no-install-recommends libudev-dev libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev
28
if: runner.os == 'linux'
29
30
- - name: Setup cache
31
- uses: actions/cache@v2
32
- with:
33
- path: |
34
- ~/.cargo/registry
35
- ~/.cargo/git
36
- target
37
- key: ${{ runner.os }}-test-rustc-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
38
-
39
- uses: actions-rs/cargo@v1
40
41
with:
@@ -44,7 +35,7 @@ jobs:
44
45
46
47
- command: build
+ command: check
48
args: --all
49
env:
50
CARGO_INCREMENTAL: 0
0 commit comments