Skip to content

Commit

Permalink
. e version pin cygwin gcc and gcc-g++ to 11.5.0 with two equal signs
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Aug 20, 2024
1 parent 13686ae commit cccb2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Cygwin
uses: cygwin/cygwin-install-action@v4
with:
packages: cmake libboost-devel libtool gcc==11.5.0-1 gcc-g++==11.5.0-1 binutils make
packages: cmake libboost-devel libtool gcc==11.5.0 gcc-g++==11.5.0 binutils make

- name: Configure
run: |
Expand Down

0 comments on commit cccb2aa

Please sign in to comment.