File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
# Note: using variables is limited at the moment, see https://github.com/actions/runner/issues/480
35
35
GDRUST_FEATURES : " gdnative/async,gdnative/serde"
36
36
CARGO_DENY_VERSION : " 0.11.0"
37
+ CARGO_DINGHY_VERSION : " 0.4.68"
37
38
38
39
on :
39
40
push :
@@ -194,10 +195,10 @@ jobs:
194
195
- name : " Install cargo-dinghy"
195
196
run : |
196
197
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
198
199
tar -zxvf cargo-dinghy-macos.tar.gz
199
200
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
201
202
- name : " Cross-compile to iOS"
202
203
run : |
203
204
RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1)
You can’t perform that action at this time.
0 commit comments