Skip to content

Commit

Permalink
Adapt dir to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 29, 2024
1 parent f85ec82 commit d22d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set installdir
run: |
DIR=/home/runner/.cabal/bin
DIR="${PWD}/.cabal/bin"
mkdir -p "${DIR}"
echo "${DIR}" >> "${GITHUB_PATH}"
cabal user-config init
Expand Down

0 comments on commit d22d0f9

Please sign in to comment.