Skip to content

Commit

Permalink
Allow test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored Dec 20, 2024
1 parent b0ffa00 commit 393ee15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_PR_windows_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ jobs:
libinih-devel
zlib-devel
- name: Install GCC 13
run: C:\setup.exe -qnO -P gcc-g++=13.3.1+20241129-0.1,libatomic1=13.3.1+20241129-0.1,libquadmath0=13.3.1+20241129-0.1 -l C:\cygwin-packages -R C:\cygwin -s http://mirrors.kernel.org/sourceware/cygwin/
- 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 -l C:\cygwin-packages -R C:\cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ | Out-Default
shell: pwsh

- name: Build
Expand Down

0 comments on commit 393ee15

Please sign in to comment.