File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,26 @@ jobs:
16
16
packages : xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev
17
17
version : 1.0
18
18
- uses : actions/checkout@v3
19
+ - name : Rust cache
20
+ uses : Swatinem/rust-cache@v2
21
+ with :
22
+ shared-key : ' kolezanka'
19
23
- name : Build
20
24
run : cargo build --verbose
21
- - uses : actions/upload-artifact@v3
22
- with :
23
- name : build
24
- path : target/
25
25
26
26
checks :
27
27
needs : build
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
31
- - uses : actions/download-artifact@v3
32
- with :
33
- name : build
34
30
- uses : awalsh128/cache-apt-pkgs-action@latest
35
31
with :
36
32
packages : xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev
37
33
version : 1.0
34
+ - uses : actions/checkout@v3
35
+ - name : Rust cache
36
+ uses : Swatinem/rust-cache@v2
37
+ with :
38
+ shared-key : ' kolezanka'
38
39
- name : Tests
39
40
run : cargo test --verbose
40
41
- name : Code Format
You can’t perform that action at this time.
0 commit comments