Skip to content

Commit

Permalink
ci: try keeping a single msys2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 21, 2023
1 parent 78411d7 commit 8fcc575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
release: false
path-type: inherit
update: true
install: >-
Expand Down Expand Up @@ -123,7 +124,7 @@ jobs:
- name: build hevm library
run: |
cabal build --extra-include-dirs="$HOME/.local/include" --extra-lib-dirs="$HOME/.local/lib" \
--extra-include-dirs="D:/a/_temp/msys64/mingw64/include" --extra-lib-dirs="D:/a/_temp/msys64/mingw64/lib"
--extra-include-dirs="C:/msys64/mingw64/include" --extra-lib-dirs="C:/msys64/mingw64/lib"
cabal-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fcc575

Please sign in to comment.