From 7ae88669e512c98b1b0c067e9fd6b1f7ea57aa8c Mon Sep 17 00:00:00 2001 From: Tobias Peters Date: Wed, 28 Aug 2024 20:06:44 +0000 Subject: [PATCH] debug package installation --- .github/workflows/ci-snowballs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-snowballs.yml b/.github/workflows/ci-snowballs.yml index 80231d86c6..583ab6fdfd 100644 --- a/.github/workflows/ci-snowballs.yml +++ b/.github/workflows/ci-snowballs.yml @@ -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 }}