Skip to content

Commit

Permalink
Githubactions: Fix debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 11, 2023
1 parent 8c11171 commit 61f6027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
echo "GITHUB_WORKSPACE= $GITHUB_WORKSPACE"
ls $GITHUB_WORKSPACE/
$GITHUB_WORKSPACE/yubihsm-shell/build/lib
ls $GITHUB_WORKSPACE/yubihsm-shell/build/lib
#YUBIHSM_LIB_DIR=$(dpkg -L libyubihsm1 | grep -e "libyubihsm.so.2$" | xargs dirname) cargo build --release
YUBIHSM_LIB_DIR=$GITHUB_WORKSPACE/yubihsm-shell/build/lib cargo build --release
Expand Down

0 comments on commit 61f6027

Please sign in to comment.