Skip to content

Commit

Permalink
Githubactions: Add debug system info
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 8, 2024
1 parent 1d25093 commit 627a826
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
set -e -o pipefail
set -x
uname -a
YHSHELL_SRC_DIR="$GITHUB_WORKSPACE/yubihsm-shell-$VERSION"
cd $YHSHELL_SRC_DIR
Expand Down Expand Up @@ -229,6 +231,8 @@ jobs:
run: |
set -x
uname -a
# Create directory containing all output
OUTPUT=$GITHUB_WORKSPACE/$PLATFORM/yubihsm-shell
mkdir -p $OUTPUT
Expand Down Expand Up @@ -339,6 +343,8 @@ jobs:
env:
PLATFORM: ${{ env.PLATFORM }}
run: |
uname -a
export CMAKE="cmake"
export INPUT=$GITHUB_WORKSPACE/yubihsm-shell
export OUTPUT=$GITHUB_WORKSPACE/$PLATFORM/yubihsm-shell
Expand Down

0 comments on commit 627a826

Please sign in to comment.