Skip to content

Commit 86ccc88

Browse files
committed
Update cargo-dinghy for iOS (0.4.62 -> 0.4.68)
1 parent 554d064 commit 86ccc88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/full-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env:
3434
# Note: using variables is limited at the moment, see https://github.com/actions/runner/issues/480
3535
GDRUST_FEATURES: "gdnative/async,gdnative/serde"
3636
CARGO_DENY_VERSION: "0.11.0"
37+
CARGO_DINGHY_VERSION: "0.4.68"
3738

3839
on:
3940
push:
@@ -194,10 +195,10 @@ jobs:
194195
- name: "Install cargo-dinghy"
195196
run: |
196197
rustup target add x86_64-apple-ios
197-
curl -L https://github.com/sonos/dinghy/releases/download/0.4.62/cargo-dinghy-macos-0.4.62.tgz -o cargo-dinghy-macos.tar.gz
198+
curl -L https://github.com/sonos/dinghy/releases/download/$CARGO_DINGHY_VERSION/cargo-dinghy-macos-$CARGO_DINGHY_VERSION.tgz -o cargo-dinghy-macos.tar.gz
198199
tar -zxvf cargo-dinghy-macos.tar.gz
199200
mkdir -p $HOME/.cargo/bin
200-
cp cargo-dinghy-0.4.62/cargo-dinghy $HOME/.cargo/bin
201+
cp cargo-dinghy-$CARGO_DINGHY_VERSION/cargo-dinghy $HOME/.cargo/bin
201202
- name: "Cross-compile to iOS"
202203
run: |
203204
RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1)

0 commit comments

Comments
 (0)