workflows: fix dependencies

This commit is contained in:
Alex Zenla 2024-03-07 05:34:15 +00:00
parent 4c30f9d08f
commit dc6505f085
No known key found for this signature in database
GPG Key ID: 067B238899B51269
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: nightly
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
- cron: "0 6 * * *"
jobs:
build:
name: build

View File

@ -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