File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 args : ' --target aarch64-apple-darwin'
1919 - platform : ' macos-latest'
2020 args : ' --target x86_64-apple-darwin'
21- - platform : ' ubuntu-latest '
22- args : ' NO_STRIP=1 '
23- - platform : ' ubuntu-24 .04-arm'
24- args : ' NO_STRIP=1 '
21+ - platform : ' ubuntu-22.04 '
22+ args : ' '
23+ - platform : ' ubuntu-22 .04-arm'
24+ args : ' '
2525 - platform : ' windows-latest'
2626 args : ' '
2727
3030 - uses : actions/checkout@v5
3131
3232 - name : install dependencies (ubuntu only)
33- if : startsWith(matrix.platform, 'ubuntu')
33+ if : startsWith(matrix.platform, 'ubuntu-22.04 ')
3434 run : |
3535 sudo apt-get update
3636 sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 args : ' --target aarch64-apple-darwin'
3333 - platform : ' macos-latest'
3434 args : ' --target x86_64-apple-darwin'
35- - platform : ' ubuntu-latest '
36- args : ' NO_STRIP=1 '
37- - platform : ' ubuntu-24 .04-arm'
38- args : ' NO_STRIP=1 '
35+ - platform : ' ubuntu-22.04 '
36+ args : ' '
37+ - platform : ' ubuntu-22 .04-arm'
38+ args : ' '
3939 - platform : ' windows-latest'
4040 args : ' '
4141
4444 - uses : actions/checkout@v5
4545
4646 - name : install dependencies (ubuntu only)
47- if : startsWith(matrix.platform, 'ubuntu')
47+ if : startsWith(matrix.platform, 'ubuntu-22.04 ')
4848 run : |
4949 sudo apt-get update
5050 sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
You can’t perform that action at this time.
0 commit comments