Skip to content

Commit

Permalink
Try echoing env var correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 21, 2024
1 parent 76c53f1 commit a04da96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Print PATH
run: |
echo "PATH: $PATH"
echo $env:PGBIN
echo "-------------"
echo $env:PATH
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
Expand Down

0 comments on commit a04da96

Please sign in to comment.