Skip to content

Commit

Permalink
Pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 28, 2024
1 parent 153de4c commit 7fc1767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cabal-pristine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
echo CABAL_VERSION="$(cabal --numeric-version)" >> "${GITHUB_ENV}"
echo CABAL_CONFIG_FROM_HELP="$(cabal --help | tail -1)" >> "${GITHUB_ENV}"
- name: Home
run: |
pwd
ls -al
- name: Cabal config file
run: |
cat "${CABAL_CONFIG_FROM_HELP}" || true
Expand Down

0 comments on commit 7fc1767

Please sign in to comment.