Skip to content

Commit 45cfe06

Browse files
committed
ci fixes
1 parent 6035757 commit 45cfe06

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ jobs:
2727
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
2828
if: runner.os == 'linux'
2929

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-
3930
- uses: actions-rs/cargo@v1
4031
if: runner.os == 'linux'
4132
with:
@@ -44,7 +35,7 @@ jobs:
4435

4536
- uses: actions-rs/cargo@v1
4637
with:
47-
command: build
38+
command: check
4839
args: --all
4940
env:
5041
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)