Skip to content

Commit

Permalink
output content of build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Sep 9, 2024
1 parent 2638ff8 commit 2d37281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-snowballs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
--skip-license
--include-subdir
--prefix=${{ needs.strings.outputs.install-dir }}
- run: find ${{ needs.strings.outputs.install-dir }}
- run: find ${{ needs.strings.outputs.build-dir }}

- name: Configure CMake
run: cmake --preset ${{ matrix.preset }}
Expand Down

0 comments on commit 2d37281

Please sign in to comment.