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 4495037 commit ee6b5a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
cd build
cmake .. -DBUILD_ONLY_LIB=ON
make
pwd
echo $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE/../yubihsm-shell/build/lib
- name: clone yubihsmrs
run: |
Expand All @@ -56,8 +53,6 @@ jobs:
set -x
mkdir $GITHUB_WORKSPACE/artifact
ls $GITHUB_WORKSPACE/yubihsm-shell/build/lib
export PATH=$PATH:~/.cargo/bin
if [[ ! -x $(command -v rustc) ]]; then
curl -o rustup.sh https://sh.rustup.rs
Expand Down

0 comments on commit ee6b5a9

Please sign in to comment.