mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18: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:
|
||||
- ubuntu-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}}
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
Loading…
Reference in New Issue
Block a user