Fix Linux build: change runner to ubuntu-latest, add libsoup2.4-dev dependency
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
path: src-tauri/target/release/bundle/msi/*.msi
|
||||
|
||||
build-linux:
|
||||
runs-on: linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev
|
||||
|
||||
- name: Install dependencies (root)
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user