Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 29, 2024
1 parent 621fe14 commit 305f2d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
- name: Print windows info
if: ${{ matrix.platform.os == 'windows' }}
run: |
cat install_pinned || 0
cat nimble.paths || 0
ls ~/.nimble/pkgs/ || 0
ls ~/.nimble/pkgs2/ || 0
[ -f install_pinned ] && cat install_pinned || echo "File install_pinned does not exist."
[ -f nimble.paths ] && cat nimble.paths || echo "File nimble.paths does not exist."
[ -d ~/.nimble/pkgs/ ] && ls ~/.nimble/pkgs/ || echo "Directory ~/.nimble/pkgs/ does not exist."
[ -d ~/.nimble/pkgs2/ ] && ls ~/.nimble/pkgs2/ || echo "Directory ~/.nimble/pkgs2/ does not exist."
nimble list -i || 0
nimble path chronicles || 0
Expand Down

0 comments on commit 305f2d4

Please sign in to comment.