Disable hunter build

pull/5387/head
Kim Kulling 2023-12-20 18:15:26 +01:00 committed by GitHub
parent 762ad8e9b7
commit 6905c18363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -35,15 +35,15 @@ jobs:
os: ubuntu-latest
cxx: g++
cc: gcc
- name: ubuntu-gcc-hunter
os: ubuntu-latest
toolchain: ninja-gcc-cxx17-fpic
- name: macos-clang-hunter
os: macos-latest
toolchain: ninja-clang-cxx17-fpic
- name: windows-msvc-hunter
os: windows-latest
toolchain: ninja-vs-win64-cxx17
#- name: ubuntu-gcc-hunter
# os: ubuntu-latest
# toolchain: ninja-gcc-cxx17-fpic
#- name: macos-clang-hunter
# os: macos-latest
# toolchain: ninja-clang-cxx17-fpic
#- name: windows-msvc-hunter
# os: windows-latest
# toolchain: ninja-vs-win64-cxx17
steps:
- uses: actions/checkout@v4