You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI-cygwin.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,12 @@ defaults:
20
20
shell: cmd
21
21
22
22
jobs:
23
+
# TODO: add CMake build
23
24
build_cygwin:
24
25
strategy:
25
26
matrix:
26
27
os: [windows-2022]
27
-
arch: [x64]
28
+
platform: [x86_64]
28
29
include:
29
30
- platform: 'x86_64'
30
31
packages: |
@@ -42,7 +43,7 @@ jobs:
42
43
- name: Set up Cygwin
43
44
uses: cygwin/cygwin-install-action@master
44
45
with:
45
-
platform: ${{ matrix.arch }}
46
+
platform: ${{ matrix.platform }}
46
47
packages: ${{ matrix.packages }}
47
48
48
49
# Cygwin will always link the binaries even if they already exist. The linking is also extremely slow. So just run the "check" target which includes all the binaries.
0 commit comments