Skip to content

Commit

Permalink
Adjust instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 18, 2024
1 parent 6aa4666 commit 3b747d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hackage-ghc-9.4-cabal-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Prepare environment
run: |
- echo "$HOME/.ghcup/bin" >> $GITHUB_PATH
- echo "$HOME/.cabal/bin" >> $GITHUB_PATH
echo "$HOME/.ghcup/bin" >> $GITHUB_PATH
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
- name: Build
run: |
Expand Down

0 comments on commit 3b747d9

Please sign in to comment.