Skip to content

Commit

Permalink
fix: maybe it works
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Dec 16, 2023
1 parent d55b9d3 commit e743692
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand All @@ -25,13 +25,6 @@ jobs:
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl

Expand Down

0 comments on commit e743692

Please sign in to comment.