Skip to content

Commit

Permalink
Abandon windows clang CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jun 10, 2024
1 parent cafc8fe commit 9898d66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pullreq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
run_aptget: false
name: Windows gcc/minGW

- os: windows-latest
cmakeargs: -GNinja -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_COMPILER=clang-cl
install_ninja: true
run_aptget: false
name: Windows clang
#- os: windows-latest
# cmakeargs: -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
# install_ninja: true
# run_aptget: false
# name: Windows clang

- os: ubuntu-latest
cmakeargs: -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_C_COMPILER=gcc-11
Expand Down

0 comments on commit 9898d66

Please sign in to comment.