1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-19 19:29:28 +00:00

Attempt to fix CI for Ubuntu

This commit is contained in:
Romein van Buren 2025-02-02 09:30:09 +01:00
parent 58b2e17a8b
commit 4b98bc035a
No known key found for this signature in database

View File

@ -14,14 +14,12 @@ jobs:
platform:
- windows-2019
- windows-2022
- macos-12
- macos-13
- macos-14
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
go-version: [ 1.21 ]
node-version: [ 18 ]
go-version: [ 1.23.5 ]
node-version: [ 22 ]
runs-on: ${{ matrix.platform }}
@ -44,7 +42,7 @@ jobs:
- name: Install build dependencies for Linux
if: contains(matrix.platform, 'ubuntu')
run: sudo apt-get install gtk+-3.0 webkit2gtk-4.0
run: sudo apt-get update && sudo apt-get install libgtk-3-0 libwebkit2gtk-4.0-dev gcc-aarch64-linux-gnu
- name: Set up Node.js
uses: actions/setup-node@v4
@ -76,7 +74,7 @@ jobs:
bundle:
name: Bundle artifacts
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
if: ${{ always() }}