Skip to content

Commit

Permalink
Update github pipeline with gtk4 library
Browse files Browse the repository at this point in the history
  • Loading branch information
goatastronaut0212 committed Oct 11, 2024
1 parent 7975314 commit 805c2a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is triggering on GitHub Actions 🚀
on: [push]
jobs:
Build-test-freebsd:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Build and Test in FreeBSD
steps:
- uses: actions/checkout@master
Expand All @@ -15,12 +15,12 @@ jobs:
with:
usesh: true
prepare: |
pkg install -y bash gmake go gcc pkgconf libX11 libXtst gtk3
pkg install -y bash gmake go gcc pkgconf libX11 libXtst gtk3 gtk4
run: |
gmake test && gmake build
Build-test-nix-flake:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
Expand All @@ -30,13 +30,13 @@ jobs:
run: nix develop

Releaser:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- run: sudo apt-get update && sudo apt-get install -y make libibus-1.0-dev libx11-dev libxtst-dev libgtk-3-dev osc
- run: make test && make build
- run: sudo apt-get update && sudo apt-get install -y make pkgconf libibus-1.0-dev libx11-dev libxtst-dev osc libgtk-4-dev libglib2.0-dev gobject-introspection
- run: make t && make build
- shell: bash
env:
OSC_USER: ${{ secrets.OSC_USER }}
Expand Down

0 comments on commit 805c2a7

Please sign in to comment.