mirror of
https://github.com/redlib-org/redlib.git
synced 2024-12-06 19:27:17 +01:00
fix(ci): install new openssl requirements
This commit is contained in:
@@ -30,8 +30,8 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Install musl-gcc
|
||||
run: sudo apt-get install musl-tools
|
||||
- name: Install musl-gcc and libssl-dev
|
||||
run: sudo apt-get install musl-tools libssl-dev
|
||||
|
||||
- name: Install cargo musl target
|
||||
run: rustup target add x86_64-unknown-linux-musl
|
||||
|
||||
Reference in New Issue
Block a user