Skip to content

Commit 4b3372e

Browse files
committed
another linux32 runner update
1 parent d8b88ad commit 4b3372e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
4141
- name: Build
4242
env:
43-
OPENSSL_DIR: /usr/lib/i386-linux-gnu
43+
OPENSSL_LIB_DIR: /usr/lib/i386-linux-gnu
44+
OPENSSL_INCLUDE_DIR: /usr/include/openssl
45+
PKG_CONFIG_PATH: /usr/lib/i386-linux-gnu/pkgconfig
4446
run: cargo build --release --target i686-unknown-linux-gnu
4547

4648
- name: Rename file

0 commit comments

Comments
 (0)