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 17
17
args : ' --target aarch64-apple-darwin'
18
18
- platform : ' macos-latest'
19
19
args : ' --target x86_64-apple-darwin'
20
- - platform : ' ubuntu-22 .04'
20
+ - platform : ' ubuntu-24 .04'
21
21
args : ' '
22
22
- platform : ' windows-latest'
23
23
args : ' '
@@ -43,10 +43,10 @@ jobs:
43
43
targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
44
44
45
45
- name : install dependencies (ubuntu only)
46
- if : matrix.platform == 'ubuntu-22 .04'
46
+ if : matrix.platform == 'ubuntu-24 .04'
47
47
run : |
48
48
sudo apt-get update
49
- sudo apt-get install -y libwebkit2gtk-4. 0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
49
+ sudo apt-get install pkg-config libclang-dev libxcb1-dev libxrandr-dev libdbus-1-dev libpipewire-0.3-dev libwayland-dev libegl-dev libglib2. 0-dev libgtk-3-dev libwebkit2gtk-4.1-dev libgbm -dev libappindicator3-dev librsvg2-dev patchelf
50
50
51
51
- name : install frontend dependencies
52
52
run : pnpm install
62
62
releaseBody : ' See the assets to download this version and install.'
63
63
releaseDraft : true
64
64
prerelease : false
65
- args : ${{ matrix.args }}
65
+ args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments