Skip to content

Commit

Permalink
Minor improvement to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Sep 9, 2024
1 parent cf01b7c commit 1cc4fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
export I686_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/i386-linux-gnu # required to build for 32-bit arch
export I686_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR=/usr/include/i386-linux-gnu # required to build for 32-bit arch
rustup target add i686-unknown-linux-gnu
rustup target add ${{ matrix.target }}
cargo build -p tmc --release --verbose --target ${{ matrix.target }}
- name: Get the version
Expand Down

0 comments on commit 1cc4fb9

Please sign in to comment.