mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-01 14:50:50 +00:00
ci: 🐛 Fix openssl for aarch64-linux
This commit is contained in:
parent
e49e51402e
commit
06f239bbcd
1
.github/workflows/cd.yaml
vendored
1
.github/workflows/cd.yaml
vendored
@ -42,6 +42,7 @@ jobs:
|
|||||||
export OPENSSL_LIB_DIR="/usr/lib/x86_64-linux-gnu"
|
export OPENSSL_LIB_DIR="/usr/lib/x86_64-linux-gnu"
|
||||||
export OPENSSL_INCLUDE_DIR="/usr/include/openssl"
|
export OPENSSL_INCLUDE_DIR="/usr/include/openssl"
|
||||||
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
|
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||||
|
sudo apt-get upgrade
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user