Skip to content

Commit f146ede

Browse files
committed
fix(ci): install pinned macOS targets
1 parent 93afe76 commit f146ede

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
with:
8585
targets: x86_64-apple-darwin, aarch64-apple-darwin
8686

87+
- name: Install pinned Rust targets
88+
run: rustup target add x86_64-apple-darwin aarch64-apple-darwin
89+
8790
- name: Cache cargo registry
8891
uses: actions/cache@v4
8992
with:
@@ -145,6 +148,9 @@ jobs:
145148
with:
146149
targets: x86_64-apple-darwin, aarch64-apple-darwin
147150

151+
- name: Install pinned Rust targets
152+
run: rustup target add x86_64-apple-darwin aarch64-apple-darwin
153+
148154
- name: Cache cargo registry
149155
uses: actions/cache@v4
150156
with:

0 commit comments

Comments
 (0)