File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
options :
11
11
- ' windows-latest'
12
12
- ' macos-latest'
13
- - ' ubuntu-20 .04'
13
+ - ' ubuntu-24 .04'
14
14
url :
15
15
description : ' URL'
16
16
required : true
69
69
with :
70
70
node-version : 18
71
71
72
- - name : Install Rust for ubuntu-20 .04
73
- if : inputs.platform == 'ubuntu-20 .04'
72
+ - name : Install Rust for ubuntu-24 .04
73
+ if : inputs.platform == 'ubuntu-24 .04'
74
74
uses : dtolnay/rust-toolchain@stable
75
75
with :
76
76
toolchain : stable
91
91
target : x86_64-apple-darwin
92
92
93
93
- name : Install dependencies (ubuntu only)
94
- if : inputs.platform == 'ubuntu-20 .04'
94
+ if : inputs.platform == 'ubuntu-24 .04'
95
95
uses : awalsh128/cache-apt-pkgs-action@v1.4.3
96
96
with :
97
97
packages : libsoup3.0-dev libdbus-1-dev 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
You can’t perform that action at this time.
0 commit comments