Skip to content

Commit

Permalink
Fix CI for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Nov 4, 2024
1 parent ad1113a commit a3191aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
# ghcup should be installed on current GHA Windows runners. Let's use ghcup to run
# pacman, to install the necessary dependencies, ...
ghcup run -- pacman --noconfirm -S `
ghcup run --mingw-path -- pacman --noconfirm -S `
mingw-w64-x86_64-pkg-config `
mingw-w64-x86_64-pcre `
mingw-w64-x86_64-libsodium `
Expand Down

0 comments on commit a3191aa

Please sign in to comment.