mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-02-21 04:09:27 +00:00
Attempt to fix CI for Ubuntu
This commit is contained in:
parent
58b2e17a8b
commit
4b98bc035a
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -14,14 +14,12 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- windows-2019
|
- windows-2019
|
||||||
- windows-2022
|
- windows-2022
|
||||||
- macos-12
|
|
||||||
- macos-13
|
- macos-13
|
||||||
- macos-14
|
- macos-14
|
||||||
- ubuntu-20.04
|
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- ubuntu-24.04
|
- ubuntu-24.04
|
||||||
go-version: [ 1.21 ]
|
go-version: [ 1.23.5 ]
|
||||||
node-version: [ 18 ]
|
node-version: [ 22 ]
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
@ -44,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install build dependencies for Linux
|
- name: Install build dependencies for Linux
|
||||||
if: contains(matrix.platform, 'ubuntu')
|
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
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@ -76,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
bundle:
|
bundle:
|
||||||
name: Bundle artifacts
|
name: Bundle artifacts
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: build
|
needs: build
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user