Skip to content

Commit

Permalink
debug package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Aug 28, 2024
1 parent 9bc2765 commit 7ae8866
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:
run: >
sh ${{ needs.strings.outputs.build-dir }}/package-nel-*/nel-*.sh
--skip-license
--prefix=${{ needs.strings.outputs.install-dir }} && find ${{ needs.strings.outputs.install-dir }}
--prefix=${{ needs.strings.outputs.install-dir }}
- run: find ${{ needs.strings.outputs.install-dir }}

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

0 comments on commit 7ae8866

Please sign in to comment.