CI fixes.
This commit is contained in:
@@ -18,15 +18,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-24.04
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install libgtk-dev libwebkit2gtk-4.0
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
|
run: sudo apt update && sudo apt install libwebkit2gtk-4.1-dev libsoup-3.0-dev
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
|
|
||||||
- name: Update Rust
|
- name: Update Rust
|
||||||
|
|||||||
Reference in New Issue
Block a user