Skip to content

Commit

Permalink
Merge pull request #170 from input-output-hk/piotr/try-fix-windows-build
Browse files Browse the repository at this point in the history
Attempt to fix windows build
  • Loading branch information
piotr-iohk authored Mar 1, 2022
2 parents 5a313b6 + c5992d5 commit f267c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: 📸 Build Snapshot
if: steps.cache.outputs.cache-hit != 'true'
run: |
curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
stack --no-terminal exec -- pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
curl -O https://repo.msys2.org/msys/x86_64/msys2-keyring-1~20211228-1-any.pkg.tar.zst
curl -O https://repo.msys2.org/msys/x86_64/msys2-keyring-1~20211228-1-any.pkg.tar.zst.sig
stack --no-terminal exec -- pacman -U --noconfirm msys2-keyring-1~20211228-1-any.pkg.tar.zst
stack --no-terminal exec -- pacman -Syu --no-confirm
stack --no-terminal exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre
stack --no-terminal exec -- pacman -S --noconfirm mingw-w64-x86_64-pkg-config
Expand Down

0 comments on commit f267c79

Please sign in to comment.