Commit c12e9e7 1 parent 01202c0 commit c12e9e7 Copy full SHA for c12e9e7
File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,15 @@ jobs:
29
29
- name : Dependencies
30
30
run : |
31
31
sudo apt-get install libxtst-dev libevdev-dev libxdo-dev --assume-yes
32
- - uses : actions-rs/toolchain@v1
33
- with :
34
- toolchain : stable
32
+
35
33
- uses : Swatinem/rust-cache@v2
36
34
with :
37
35
# To only cache runs from `main`
38
36
save-if : ${{ github.ref == 'refs/heads/main' }}
39
37
- run : rustup component add llvm-tools-preview
40
38
41
39
- name : Install grcov
42
- uses :
actions-rs/[email protected]
43
- with :
44
- crate : grcov
45
- version : latest
46
- use-tool-cache : true
40
+ run : cargo install grcov
47
41
48
42
- name : build
49
43
env :
Original file line number Diff line number Diff line change 24
24
headless : Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- uses : Swatinem/rust-cache@v2
29
29
with :
30
30
# To only cache runs from `master`
You can’t perform that action at this time.
0 commit comments