Skip to content

Commit

Permalink
Adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 18, 2024
1 parent d6b1e47 commit 6aa4666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 @@ -31,8 +31,9 @@ jobs:
cabal-version: ${{ matrix.cabal }}

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

0 comments on commit 6aa4666

Please sign in to comment.