Skip to content

Commit

Permalink
ci: update freebsd and openbsd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and flyinghead committed Dec 7, 2024
1 parent 5656370 commit fb64fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
architecture: [ arm64, x86-64 ]
include:
- operating_system: freebsd
version: '14.1'
version: '14.2'
pkginstall: sudo pkg install -y alsa-lib ccache cmake evdev-proto git libao libevdev libudev-devd libzip lua54 miniupnpc ninja pkgconf pulseaudio sdl2
- operating_system: netbsd
version: '10.0'
pkginstall: sudo pkgin update && sudo pkgin -y install alsa-lib ccache cmake gcc12 git libao libzip lua54 miniupnpc ninja-build pkgconf pulseaudio SDL2 && export PATH=/usr/pkg/gcc12/bin:$PATH
- operating_system: openbsd
version: '7.5'
version: '7.6'
pkginstall: sudo pkg_add ccache cmake git libao libzip miniupnpc ninja pkgconf pulseaudio sdl2
exclude:
- architecture: arm64
Expand All @@ -36,7 +36,7 @@ jobs:
key: ccache-${{ matrix.operating_system }}-${{ matrix.architecture }}-${{ github.sha }}
restore-keys: ccache-${{ matrix.operating_system }}-${{ matrix.architecture }}-

- uses: cross-platform-actions/action@v0.25.0
- uses: cross-platform-actions/action@v0.26.0
with:
operating_system: ${{ matrix.operating_system }}
architecture: ${{ matrix.architecture }}
Expand Down

0 comments on commit fb64fc4

Please sign in to comment.