File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 92
92
93
93
- name : Install dependencies (ubuntu only)
94
94
if : inputs.platform == 'ubuntu-20.04'
95
- uses : awalsh128/cache-apt-pkgs-action@latest
95
+ uses : awalsh128/cache-apt-pkgs-action@v1.4.3
96
96
with :
97
97
packages : libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
98
98
version : 1.1
Original file line number Diff line number Diff line change 73
73
74
74
- name : Install dependencies (ubuntu only)
75
75
if : matrix.os == 'ubuntu-latest'
76
- uses : awalsh128/cache-apt-pkgs-action@latest
76
+ uses : awalsh128/cache-apt-pkgs-action@v1.4.3
77
77
with :
78
78
packages : libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
79
79
version : 1.1
Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ jobs:
38
38
tool : cargo-hack,nextest
39
39
- name : Install dependencies for Ubuntu
40
40
if : matrix.os == 'ubuntu-latest'
41
- uses : awalsh128/cache-apt-pkgs-action@latest
41
+ uses : awalsh128/cache-apt-pkgs-action@v1.4.3
42
42
with :
43
43
packages : libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
44
44
version : 1.0
45
45
- name : Run unit & integration tests with nextest
46
46
run : cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=pass
47
47
48
-
49
48
cargo-clippy :
50
49
name : Check codebase quality (cargo clippy)
51
50
runs-on : ${{ matrix.os }}
64
63
- uses : taiki-e/install-action@cargo-hack
65
64
- name : Install dependencies for Ubuntu
66
65
if : matrix.os == 'ubuntu-latest'
67
- uses : awalsh128/cache-apt-pkgs-action@latest
66
+ uses : awalsh128/cache-apt-pkgs-action@v1.4.3
68
67
with :
69
68
packages : libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
70
69
version : 1.0
You can’t perform that action at this time.
0 commit comments