Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Feb 29, 2024
1 parent a303237 commit 032741f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: cd build && meson test

build-debian:
if: false
name: Debian
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
run: cd build && meson test

build-macos:
if: false
name: macOS
runs-on: macos-13
env:
Expand Down Expand Up @@ -302,11 +304,7 @@ jobs:
with:
copyback: false
prepare: |
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.3/All/"
pkg_add pkgin
pkgin -y update
pkgin -y upgrade
pkgin -y install \
pkg_add \
meson \
avahi \
bison \
Expand Down

0 comments on commit 032741f

Please sign in to comment.