Skip to content

Commit

Permalink
CI: add MSYS2 to PATH to make bash available during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 12, 2023
1 parent 6b0d569 commit b60096a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:

- uses: actions/checkout@v3

- name: Setup MSYS2 (Windows)
if: ${{ runner.os == 'Linux' }}
run: echo "C:\msys64\mingw64\bin;C:\msys64\usr\bin" >> "${GITHUB_PATH}"

- name: Setup Haskell Stack
uses: haskell/actions/setup@v2
id: setup
Expand Down

0 comments on commit b60096a

Please sign in to comment.