1 parent 93afe76 commit f146edeCopy full SHA for f146ede
1 file changed
.github/workflows/ci.yml
@@ -84,6 +84,9 @@ jobs:
84
with:
85
targets: x86_64-apple-darwin, aarch64-apple-darwin
86
87
+ - name: Install pinned Rust targets
88
+ run: rustup target add x86_64-apple-darwin aarch64-apple-darwin
89
+
90
- name: Cache cargo registry
91
uses: actions/cache@v4
92
@@ -145,6 +148,9 @@ jobs:
145
148
146
149
147
150
151
152
153
154
155
156
0 commit comments