File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -93,20 +93,11 @@ jobs:
93
93
- uses : dtolnay/rust-toolchain@stable
94
94
with :
95
95
targets : ${{ matrix.target }}
96
- # There is no precompiled cargo-dinghy for Aarch64. The precompiled
97
- # x86_64 binary runs on ARM64 macOS via Rosetta 2, but it fails to
98
- # correctly interface with macOS toolchain.
99
96
- name : Install precompiled cargo-dinghy
100
- if : ${{ matrix.target == 'x86_64-apple-ios' }}
101
97
run : |
102
- VERSION=0.6 .2
98
+ VERSION=0.7 .2
103
99
URL="https://github.com/sonos/dinghy/releases/download/${VERSION}/cargo-dinghy-macos-${VERSION}.tgz"
104
100
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
105
- - name : cargo install cargo-dinghy
106
- if : ${{ matrix.target == 'aarch64-apple-ios-sim' }}
107
- run : |
108
- VERSION=0.6.2
109
- cargo install cargo-dinghy --version ${VERSION}
110
101
- name : Check cargo-dinghy version.
111
102
run : cargo dinghy --version
112
103
- name : Setup Simulator
You can’t perform that action at this time.
0 commit comments