Skip to content

Commit 6bb19a2

Browse files
authored
Upgrade to cargo-dinghy 0.7.2 (#488)
There is now a universal binary after sonos/dinghy#209.
1 parent baae5fc commit 6bb19a2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yml

+1-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)