We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6c247 commit 328544dCopy full SHA for 328544d
.github/workflows/build.yml
@@ -36,6 +36,11 @@ jobs:
36
- name: Cache Dependencies
37
uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
38
39
+ - name: Add Rustup Target
40
+ run: |
41
+ rustup set profile minimal
42
+ rustup target add ${{ matrix.target }}
43
+
44
- name: Build
45
run: cargo build --release --target=${{ matrix.target }} --locked
46
0 commit comments