Skip to content

Commit

Permalink
Merge branch 'main' of github.com:daute/clisp-crossbuild into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Jan 9, 2025
2 parents bfc5592 + de8b7fc commit 685a866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: setup_cygwin
uses: cygwin/cygwin-install-action@v4
uses: cygwin/cygwin-install-action@v5
with:
platform: x86_64
packages: mingw64-i686-gcc-core mingw64-i686-gcc-g++ mingw64-i686-headers mingw64-i686-runtime make wget unzip patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_cygwin64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: setup_cygwin
uses: cygwin/cygwin-install-action@v4
uses: cygwin/cygwin-install-action@v5
with:
platform: x86_64
packages: mingw64-x86_64-gcc-core mingw64-x86_64-gcc-g++ mingw64-x86_64-headers mingw64-x86_64-runtime make wget unzip patch
Expand Down

0 comments on commit 685a866

Please sign in to comment.