Skip to content

Commit 7ec257b

Browse files
committed
Workflow
1 parent 176af67 commit 7ec257b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: rustup target add ${{ join(matrix.targets, ' ') }}
5757

5858
- name: Build
59-
run: cargo build --workspace --exclude portablemc-py
59+
run: cargo build --target ${{ join(matrix.targets, ' --target ') }} --workspace --exclude portablemc-py
6060

6161
- name: Test
6262
run: cargo test --workspace --exclude portablemc-py

0 commit comments

Comments
 (0)