Skip to content

Commit 328544d

Browse files
add target
1 parent 3d6c247 commit 328544d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
- name: Cache Dependencies
3737
uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
3838

39+
- name: Add Rustup Target
40+
run: |
41+
rustup set profile minimal
42+
rustup target add ${{ matrix.target }}
43+
3944
- name: Build
4045
run: cargo build --release --target=${{ matrix.target }} --locked
4146

0 commit comments

Comments
 (0)