File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 target : ' x86_64-apple-darwin'
5757 name : ' macOS-x64'
5858 rust_target : ' x86_64-apple-darwin'
59- - platform : ' ubuntu-20 .04'
59+ - platform : ' ubuntu-22 .04'
6060 args : ' '
6161 target : ' x86_64-unknown-linux-gnu'
6262 name : ' Linux-x64'
@@ -87,10 +87,10 @@ jobs:
8787 workspaces : ' ./glsp-tauri/src-tauri -> target'
8888
8989 - name : Install dependencies (Ubuntu only)
90- if : matrix.platform == 'ubuntu-20 .04'
90+ if : matrix.platform == 'ubuntu-22 .04'
9191 run : |
9292 sudo apt-get update
93- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1 -dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libjavascriptcoregtk-4.1 -dev
93+ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0 -dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev
9494
9595 - name : Install web client dependencies
9696 run : |
@@ -161,7 +161,7 @@ jobs:
161161 }
162162
163163 - name : Upload Linux artifacts
164- if : matrix.platform == 'ubuntu-20 .04'
164+ if : matrix.platform == 'ubuntu-22 .04'
165165 uses : actions/github-script@v6
166166 with :
167167 script : |
You can’t perform that action at this time.
0 commit comments