We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b38d0 commit 097352fCopy full SHA for 097352f
.github/workflows/build.yml
@@ -1,4 +1,5 @@
1
-name: Build (Linux + Windows)
+# name: Build (Linux + Windows)
2
+name: Build (Linux)
3
4
on:
5
push:
@@ -12,7 +13,8 @@ jobs:
12
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
- os: [ubuntu-latest, windows-latest]
16
+# os: [ubuntu-latest, windows-latest]
17
+ os: [ubuntu-latest]
18
19
steps:
20
- name: Checkout repository
0 commit comments