Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Nov 18, 2024
1 parent e63c100 commit 2744adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
sha256sums="$(curl -L "${op_target_url_prefix}/sha256sums")"
sdk="$(sed -n '/\bsdk\b/{s|^[[:xdigit:]]*\s*\*||;p}' <<< "$sha256sums")"
axel -n8 "${op_target_url_prefix}/${sdk}"
tar -xf "$sdk" && rm -f "$sdk"
tar $(echo "$sdk" | grep -qE '\.tar\.zst$' && echo '-I zstd') -xf "$sdk" && rm -f "$sdk"
mv *-sdk-* SDK
# bin
ln -s "/workdir/bin" SDK/bin
Expand Down

0 comments on commit 2744adc

Please sign in to comment.