We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26802e6 commit 0c4cd3eCopy full SHA for 0c4cd3e
.github/workflows/ci.yaml
@@ -838,7 +838,7 @@ jobs:
838
set -euo pipefail
839
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
840
sudo tar -xzf /tmp/rcodesign.tar.gz \
841
- -C /usr/bin \
+ -C /usr/local/bin \
842
--strip-components=1 \
843
apple-codesign-0.22.0-macos-universal/rcodesign
844
rm /tmp/rcodesign.tar.gz
0 commit comments