Skip to content

Commit

Permalink
.github/workflows/build.yml: update Meson to 1.3.0 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 21, 2023
1 parent 1cf6e6c commit aa14223
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ jobs:
action: build
directory: output
setup-options: -Ddocumentation=disabled -Dwrap_mode=forcefallback
meson-version: 0.56.0
meson-version: 1.3.0

- name: Unit Tests
uses: BSFishy/[email protected]
with:
action: test
directory: output
setup-options: -Ddocumentation=disabled -Dwrap_mode=forcefallback
meson-version: 0.56.0
meson-version: 1.3.0

build-windows-msvc:
runs-on: windows-latest
Expand All @@ -123,15 +123,15 @@ jobs:
action: build
directory: output
setup-options: -Ddocumentation=disabled -Dwrap_mode=forcefallback
meson-version: 0.56.0
meson-version: 1.3.0

- name: Unit Tests
uses: BSFishy/[email protected]
with:
action: test
directory: output
setup-options: -Ddocumentation=disabled -Dwrap_mode=forcefallback
meson-version: 0.56.0
meson-version: 1.3.0

- name: "Upload mpc.exe"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit aa14223

Please sign in to comment.