Skip to content

Commit

Permalink
CI: use most recent Cygwin install action
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and neheb committed Jan 6, 2025
1 parent cb6cbb1 commit c8537da
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/on_PR_windows_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,17 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Cygwin
uses: cygwin/cygwin-install-action@v4
uses: cygwin/cygwin-install-action@v5
with:
platform: ${{matrix.platform}}
allow-test-packages: true
packages: >-
gcc-g++=13.3.1+20241129-0.1
libatomic1=13.3.1+20241129-0.1
libquadmath0=13.3.1+20241129-0.1
libgcc1=13.3.1+20241129-0.1
libstdc++6=13.3.1+20241129-0.1
libgomp1=13.3.1+20241129-0.1
cmake
ninja
pkg-config
Expand All @@ -167,10 +174,6 @@ jobs:
libinih-devel
zlib-devel
- name: Install GCC 13 from test
run: C:\setup.exe -qnOt -P gcc-g++=13.3.1+20241129-0.1,libatomic1=13.3.1+20241129-0.1,libquadmath0=13.3.1+20241129-0.1,libgcc1=13.3.1+20241129-0.1,libstdc++6=13.3.1+20241129-0.1,libgomp1=13.3.1+20241129-0.1 -l C:\cygwin-packages -R C:\cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ | Out-Default
shell: pwsh

- name: Build
run: |
cmake --preset base_windows \
Expand Down

0 comments on commit c8537da

Please sign in to comment.