Skip to content

Commit

Permalink
. e version pin cygwin gcc and gcc-g++ to 11.4.0-1 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 da510c7 commit c0d0f5e
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.4.0-1 gcc-g++=11.4.0-1 binutils make
packages: cmake libboost-devel libtool gcc==11.4.0-1 gcc-g++==11.4.0-1 binutils make

- name: Configure
run: |
Expand Down

0 comments on commit c0d0f5e

Please sign in to comment.