Skip to content

Commit

Permalink
Show some paths under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
8c6794b6 committed May 24, 2024
1 parent 0b93dcb commit 5b3c51b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ jobs:
run: ls -lh ${{ steps.bin.outputs.path }}

- name: Show cabal store
run: ls -lh ${{ steps.os.outputs.store }}
if: ${{ runner.os }} == 'windows'
run: |
ls -lh ${{ steps.os.outputs.store }}
ls -lh ${HOME}/AppData/Local
ls -lha ${HOME}
- name: Strip executable
if: matrix.os != 'macos-latest'
Expand Down

0 comments on commit 5b3c51b

Please sign in to comment.