Skip to content

Commit 3f55304

Browse files
committed
ci(build): update build_linux job
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent 8a85379 commit 3f55304

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ jobs:
9696
- name: Install Rust-stable
9797
uses: actions-rust-lang/setup-rust-toolchain@v1
9898

99+
- name: List targets
100+
run: |
101+
rustup target list --installed
102+
99103
- name: Build
100104
run: |
101-
cargo build --release --target ${{ matrix.target }}
105+
cargo build --release
102106

0 commit comments

Comments
 (0)