Skip to content

Commit

Permalink
fixup! ci: add meson support
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Sep 19, 2024
1 parent 6851eb4 commit 96849ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Setup meson
run: |
pipx install meson
sudo apt-get install -y ninja
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -165,7 +166,7 @@ jobs:
- name: Configure
run: |
$VCPATH = vswhere -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath -latest
& '$VCPATH\VC\Auxiliary\Build\vcvarsall.bat' ${{ matrix.platform.flags }}
& $VCPATH\VC\Auxiliary\Build\vcvarsall.bat ${{ matrix.platform.flags }}
meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} ${{ matrix.mode.args }}
- name: Build
Expand Down

0 comments on commit 96849ff

Please sign in to comment.