Skip to content

Commit

Permalink
Tweak MSYS
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed May 10, 2024
1 parent c63aa46 commit 31fccac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
path: sbcl
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
msystem: MSYS
update: true
install: gcc make diffutils git
install: mingw-w64-x86_64-toolchain make diffutils git
- name: install host sbcl
shell: pwsh
working-directory: sbcl
Expand Down

0 comments on commit 31fccac

Please sign in to comment.