Skip to content

Commit c68fbb1

Browse files
committed
fixup! update rcodesign
1 parent 5891361 commit c68fbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
set -euo pipefail
120120
wget -O /tmp/rcodesign.tar.gz https://github.com/indygreg/apple-platform-rs/releases/download/apple-codesign%2F0.22.0/apple-codesign-0.22.0-x86_64-unknown-linux-musl.tar.gz
121-
tar -xzf /tmp/rcodesign.tar.gz \
121+
sudo tar -xzf /tmp/rcodesign.tar.gz \
122122
-C /usr/bin \
123123
--strip-components=1 \
124124
apple-codesign-0.22.0-x86_64-unknown-linux-musl/rcodesign

0 commit comments

Comments
 (0)