Skip to content

Commit

Permalink
Update githubactions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 15, 2024
1 parent 633af5f commit 4495037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make
pwd
echo $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE/yubihsm-setup/yubihsm-shell/build/lib
ls $GITHUB_WORKSPACE/../yubihsm-shell/build/lib
- name: clone yubihsmrs
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
bash ./rustup.sh -y
fi
RUSTFLAGS="-C link-args=-Wl,-rpath,\$ORIGIN/../lib" YUBIHSM_LIB_DIR=$GITHUB_WORKSPACE/yubihsm-shell/build/lib cargo build --release
RUSTFLAGS="-C link-args=-Wl,-rpath,\$ORIGIN/../lib" YUBIHSM_LIB_DIR=$GITHUB_WORKSPACE/../yubihsm-shell/build/lib cargo build --release
strip -u -r target/release/yubihsm-setup
install target/release/yubihsm-setup ../artifact
Expand Down

0 comments on commit 4495037

Please sign in to comment.