CI fixes.

This commit is contained in:
Revertron
2025-10-27 22:18:36 +01:00
parent 8e11f63479
commit 664715f02b
+3 -3
View File
@@ -18,15 +18,15 @@ jobs:
matrix:
include:
- os: windows-latest
- os: ubuntu-22.04
- os: ubuntu-24.04
- os: macos-latest
target: aarch64-apple-darwin
steps:
- uses: actions/checkout@v2
- name: Install libgtk-dev libwebkit2gtk-4.0
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
- name: Install dependencies
run: sudo apt update && sudo apt install libwebkit2gtk-4.1-dev libsoup-3.0-dev
if: contains(matrix.os, 'ubuntu')
- name: Update Rust