Skip to content

Commit

Permalink
Fix pipeline matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS committed Oct 28, 2024
1 parent f96c93f commit 14515db
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
meson_args:
- '-Druntime-dependency-checks=false'
- '-Druntime-dependency-checks=false -Dbuildtype=plain'
- '-Druntime-dependency-checks=false -Dbuildtype=release'
include:
- name: debug
meson_args: '-Druntime-dependency-checks=false'
- name: plain
meson_args: '-Druntime-dependency-checks=false -Dbuildtype=plain'
- name: release
meson_args: '-Druntime-dependency-checks=false -Dbuildtype=release'
steps:
- uses: actions/checkout@v4
- uses: libratbag/libratbag/.github/actions/pkginstall@master
Expand Down

0 comments on commit 14515db

Please sign in to comment.