mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 10:58:28 +00:00
Merge pull request #2377 from hannobraun/ci
Disable CI build on Windows
This commit is contained in:
commit
350e9eb223
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