github: + libbsd-dev dep
This commit is contained in:
parent
d1f7ae24d2
commit
5b4858e075
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -26,6 +26,10 @@ jobs:
|
|||
# install catch2. see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
|
||||
run: sudo apt-get install -y catch2
|
||||
|
||||
- name: Install libbsd-dev
|
||||
# provides arc4random_buf in randomgen
|
||||
run: sudo apt-get install -y libbsd-dev
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: Clone xo-cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue