Skip to content

Commit 097352f

Browse files
comment out the windows stuff atm
1 parent 25b38d0 commit 097352f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Build (Linux + Windows)
1+
# name: Build (Linux + Windows)
2+
name: Build (Linux)
23

34
on:
45
push:
@@ -12,7 +13,8 @@ jobs:
1213
runs-on: ${{ matrix.os }}
1314
strategy:
1415
matrix:
15-
os: [ubuntu-latest, windows-latest]
16+
# os: [ubuntu-latest, windows-latest]
17+
os: [ubuntu-latest]
1618

1719
steps:
1820
- name: Checkout repository

0 commit comments

Comments
 (0)