Skip to content

Commit

Permalink
fixup! ci: Add windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aengelke committed Jul 8, 2024
1 parent fbf155d commit c35cf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Configure
run: mkdir build; meson setup --vsenv -Dbuildtype=debugoptimized -Dwith_encode2=true build
- name: Build
run: ninja -v -C build
run: meson compile -v -C build
- name: Test
run: meson test -v -C build

0 comments on commit c35cf73

Please sign in to comment.