Skip to content

Commit

Permalink
CI: Disable autotools build on Windows
Browse files Browse the repository at this point in the history
It fails with this error:
cc1.exe: error: CPU you selected does not support x86-64 instruction set
  • Loading branch information
radioactiveman committed Mar 9, 2024
1 parent 8050e8b commit 80fe904
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'windows-2022']
build-system: ['autotools', 'meson']
exclude:
- os: 'windows-2022'
build-system: 'autotools'
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 80fe904

Please sign in to comment.