Skip to content

Commit

Permalink
ci: update netbsd and openbsd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and flyinghead committed Apr 20, 2024
1 parent de6a43b commit e46815d
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 @@ -16,10 +16,10 @@ jobs:
version: '14.0'
pkginstall: sudo pkg install -y alsa-lib ccache cmake evdev-proto git libao libevdev libudev-devd libzip miniupnpc ninja pkgconf pulseaudio sdl2
- operating_system: netbsd
version: '9.3'
version: '10.0'
pkginstall: sudo pkgin update && sudo pkgin -y install alsa-lib ccache cmake gcc12 git libao libzip miniupnpc ninja-build pkgconf pulseaudio SDL2 && export PATH=/usr/pkg/gcc12/bin:$PATH
- operating_system: openbsd
version: '7.4'
version: '7.5'
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.23.0
- uses: cross-platform-actions/action@v0.24.0
with:
operating_system: ${{ matrix.operating_system }}
architecture: ${{ matrix.architecture }}
Expand Down

0 comments on commit e46815d

Please sign in to comment.