Skip to content

Commit

Permalink
debug: print package contents in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Beanavil committed Jan 7, 2025
1 parent 93eea0a commit 3d22aac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,11 @@ jobs:

- name: Package DEB
run: $CPACK_EXE
--config "$GITHUB_WORKSPACE/build/CPackConfig.cmake"
-G DEB
-C ${{matrix.CONF.CONFIG}}
-B "$GITHUB_WORKSPACE/package-deb"
--config "$GITHUB_WORKSPACE/build/CPackConfig.cmake"
-G DEB
-C ${{matrix.CONF.CONFIG}}
-B "$GITHUB_WORKSPACE/package-deb" &&
dpkg -c package-deb/opencl-sdk_2024.10.24-1_amd64.deb

- name: Consume (DEB)
run: dpkg -i $GITHUB_WORKSPACE/package-deb/*.deb &&
Expand Down

0 comments on commit 3d22aac

Please sign in to comment.