Skip to content

Commit 0c4cd3e

Browse files
committed
retry
1 parent 26802e6 commit 0c4cd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ jobs:
838838
set -euo pipefail
839839
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-macos-universal.tar.gz
840840
sudo tar -xzf /tmp/rcodesign.tar.gz \
841-
-C /usr/bin \
841+
-C /usr/local/bin \
842842
--strip-components=1 \
843843
apple-codesign-0.22.0-macos-universal/rcodesign
844844
rm /tmp/rcodesign.tar.gz

0 commit comments

Comments
 (0)