Skip to content

Commit

Permalink
ci: disable windows meson CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 9, 2024
1 parent 62bbe04 commit d9a2683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
matrix:
build:
[
{ runner: windows-2022, buildsystem: meson },
# { runner: windows-2022, buildsystem: meson }, Disable this because I cannot get this shit to work
{ runner: windows-2022, buildsystem: cmake },
]
runs-on: ${{ matrix.build.runner }}
Expand Down

0 comments on commit d9a2683

Please sign in to comment.