Skip to content

Commit

Permalink
feat: downgrade ubuntu version to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lorow committed Oct 13, 2024
1 parent cac75c1 commit 0339b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-22.04]
node-version: [18.x]
include:
- platform: ubuntu-latest
- platform: ubuntu-22.04
rust_target: x86_64-unknown-linux-gnu
- platform: windows-latest
rust_target: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev webkit2gtk-4.0 libappindicator3-dev patchelf libsoup2.4-dev
sudo apt-get install -y javascriptcoregtk-4.1 libsoup-3.0 libwebkit2gtk-4.0-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev webkit2gtk-4.0 libappindicator3-dev patchelf libsoup2.4-dev
npm install -g pnpm
npm install -g typescript
Expand Down

0 comments on commit 0339b30

Please sign in to comment.