We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf01b7c commit 1cc4fb9Copy full SHA for 1cc4fb9
.github/workflows/linux.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
export I686_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/i386-linux-gnu # required to build for 32-bit arch
57
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
+ rustup target add ${{ matrix.target }}
59
cargo build -p tmc --release --verbose --target ${{ matrix.target }}
60
61
- name: Get the version
0 commit comments