Skip to content

Commit 1cc4fb9

Browse files
committed
Minor improvement to ci
1 parent cf01b7c commit 1cc4fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
export I686_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/i386-linux-gnu # required to build for 32-bit arch
5757
export I686_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR=/usr/include/i386-linux-gnu # required to build for 32-bit arch
58-
rustup target add i686-unknown-linux-gnu
58+
rustup target add ${{ matrix.target }}
5959
cargo build -p tmc --release --verbose --target ${{ matrix.target }}
6060
6161
- name: Get the version

0 commit comments

Comments
 (0)