From 9bc276543aa61041a026527d83914a3c2338ec5e Mon Sep 17 00:00:00 2001 From: Tobias Peters Date: Wed, 28 Aug 2024 20:03:41 +0000 Subject: [PATCH] debug package installation --- .github/workflows/ci-snowballs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-snowballs.yml b/.github/workflows/ci-snowballs.yml index 1b22c2cf6d..80231d86c6 100644 --- a/.github/workflows/ci-snowballs.yml +++ b/.github/workflows/ci-snowballs.yml @@ -108,8 +108,7 @@ jobs: run: > sh ${{ needs.strings.outputs.build-dir }}/package-nel-*/nel-*.sh --skip-license - --include-subdir - --prefix=${{ needs.strings.outputs.install-dir }} + --prefix=${{ needs.strings.outputs.install-dir }} && find ${{ needs.strings.outputs.install-dir }} - name: Configure CMake run: cmake --preset ${{ matrix.preset }}