Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser-tng committed Nov 19, 2024
1 parent 7195ae6 commit d47a0a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
- name: test
run: |
echo "${{ env.LIBUV_PATH }}"
dir "${{ env.LIBUV_PATH }}" -recurse -depth 2
dir "${{ env.LIBUV_PATH }}"\Lib -recurse -depth 2
echo "${{ env.LIBUV_PATH }}\Library"
dir "${{ env.LIBUV_PATH }}"
dir "${{ env.LIBUV_PATH }}\Library" -recurse -depth 2

0 comments on commit d47a0a0

Please sign in to comment.