mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-11 02:37:00 +00:00
Disable CI build on Windows
This commit is contained in:
parent
9033890a90
commit
3dec1bd464
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -48,7 +48,9 @@ jobs:
|
|||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macOS-latest
|
- macOS-latest
|
||||||
- windows-latest
|
# Windows CI build disabled for the time being. More information:
|
||||||
|
# https://github.com/hannobraun/fornjot/issues/2376
|
||||||
|
# - windows-latest
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
Loading…
Reference in New Issue
Block a user