mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
workflows: fix dependencies
This commit is contained in:
parent
4c30f9d08f
commit
dc6505f085
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -2,7 +2,7 @@ name: nightly
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
- cron: "0 6 * * *"
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user