Skip to content

Commit

Permalink
Githubactions: Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 11, 2023
1 parent e1fa1d4 commit 36b892b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,16 @@ jobs:
git clone --branch $LIBYUBIHSM_TAG https://github.com/Yubico/yubihsm-shell.git
cd yubihsm-shell
if [ "$PLATFORM" = "debian11" ] || [ "$PLATFORM" = "debian12" ] || [ "$PLATFORM" = "ubuntu1804" ]; then
if [ "$PLATFORM" = "debian11" ] || [ "$PLATFORM" = "ubuntu1804" ]; then
dpkg-buildpackage -b --no-sign
else
dpkg-buildpackage
fi
ls
ls ../
ls obj-x86_64-linux-gnu/
sudo dpkg -i ./libyubihsm*_amd64.deb
sudo dpkg -i ../libyubihsm*_amd64.deb
- name: clone yubihsmrs
working-directory: yubihsm-setup
Expand Down

0 comments on commit 36b892b

Please sign in to comment.