File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -93,20 +93,11 @@ jobs:
9393 - uses : dtolnay/rust-toolchain@stable
9494 with :
9595 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.
9996 - name : Install precompiled cargo-dinghy
100- if : ${{ matrix.target == 'x86_64-apple-ios' }}
10197 run : |
102- VERSION=0.6 .2
98+ VERSION=0.7 .2
10399 URL="https://github.com/sonos/dinghy/releases/download/${VERSION}/cargo-dinghy-macos-${VERSION}.tgz"
104100 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}
110101 - name : Check cargo-dinghy version.
111102 run : cargo dinghy --version
112103 - name : Setup Simulator
You can’t perform that action at this time.
0 commit comments