mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
workflows: fix dependencies
This commit is contained in:
@ -2,4 +2,6 @@
|
||||
set -e
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential libssl-dev libelf-dev flex bison bc protobuf-compiler
|
||||
sudo apt-get install -y \
|
||||
build-essential libssl-dev libelf-dev musl-dev \
|
||||
flex bison bc protobuf-compiler musl-tools
|
||||
|
Reference in New Issue
Block a user