Skip to content

Commit 519e100

Browse files
committed
perf: remote ubuntu build
1 parent 30004e5 commit 519e100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, macos-14, windows-latest]
35+
os: [macos-14, windows-latest]
3636

3737
steps:
3838
- name: Check out git repository
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.os == 'ubuntu-latest'
6161
run: |
6262
sudo apt-get update
63-
sudo apt-get install -y libwebkit2gtk-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
63+
sudo apt-get install -y libwebkit2gtk-4.1-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
6464
6565
- name: Install system dependencies (macOS)
6666
if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)