Skip to content

Commit

Permalink
Add more gcc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and neheb committed Dec 21, 2024
1 parent c7903f1 commit aa13844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_windows_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
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 -l C:\cygwin-packages -R C:\cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ | Out-Default
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
Expand Down

0 comments on commit aa13844

Please sign in to comment.