Skip to content

Commit 8c3eb1d

Browse files
committed
fix(ci): Try installing target manually?
1 parent 7c26b8b commit 8c3eb1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ jobs:
173173
toolchain: stable
174174
targets: ${{ matrix.settings.target }}
175175

176+
- name: Ensure target is installed
177+
run: rustup target add ${{ matrix.settings.target }}
178+
176179
- name: Cache cargo
177180
uses: actions/cache@v5
178181
with:

0 commit comments

Comments
 (0)