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 1c8822a commit e758eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ jobs:
build-freebsd:
if: false
name: "FreeBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -254,6 +255,7 @@ jobs:
cd build && meson test
build-openbsd:
if: false
name: "OpenBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -320,7 +322,6 @@ jobs:
talloc
run: |
meson setup build \
-Dwith-bdb=/usr/pkg \
-Dwith-libgcrypt-dir=/usr/pkg \
-Dwith-tracker-pkgconfig-version=3.0 \
-Dbuild-tests=true \
Expand Down Expand Up @@ -391,6 +392,7 @@ jobs:
cd build && meson test
static_analysis:
if: false
name: Static Analysis
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit e758eea

Please sign in to comment.