github: + libbsd-dev dep

This commit is contained in:
Roland Conybeare 2023-10-04 13:54:43 -04:00
commit 5b4858e075

View file

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