Skip to content

Commit

Permalink
add to path
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Jun 6, 2024
1 parent ab8bc25 commit b1c03d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-hs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ runs:
npm i
npm run hconf
echo "$PWD/cli" >> $GITHUB_PATH
./cli/hconf setup ${{ inputs.ghc }}
"$PWD/cli" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "$PWD/cli"
./hconf setup ${{ inputs.ghc }}
- name: Cache Stack
uses: actions/cache@v2
Expand Down

0 comments on commit b1c03d0

Please sign in to comment.