2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 18:45:52 +00:00

Disable clang for windows for the time being

This commit is contained in:
Phillip Stephens 2022-11-16 15:31:19 -08:00
parent 4c1435d6e2
commit 0e8245500a

View File

@ -256,8 +256,8 @@ jobs:
include:
- name: MSVC
preset: msvc
- name: Clang
preset: clang
#- name: Clang
# preset: clang
steps:
- uses: actions/checkout@v2