Skip to content

Commit

Permalink
Fix Windows (attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Sep 17, 2024
1 parent 4948c1e commit d715fef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
fail-fast: false
matrix:
config:
# - {
# name: "Windows Latest MinGW", artifact: "Windows-Ninja.tar.xz",
# os: windows-latest,
# build_type: "Release", cc: "gcc", cxx: "g++",
# }
- {
name: "Windows Latest MinGW", artifact: "Windows-Ninja.tar.xz",
os: windows-latest,
build_type: "Release", cc: "gcc", cxx: "g++",
}
- {
name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
os: ubuntu-latest,
Expand Down

0 comments on commit d715fef

Please sign in to comment.