2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Install limbd0 on Ubuntu

This commit is contained in:
Erik C. Thauvin 2024-08-01 13:42:55 -07:00
parent 683f5dfb3a
commit 7fcbccd565
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 12 additions and 9 deletions

View file

@ -90,6 +90,8 @@ jobs:
java-version: [ 17, 20, 21, 22 ]
steps:
- name: Install libmd
run: apt-get update -qq && apt-get install -y libmd0
- name: Checkout source repository
uses: actions/checkout@v4
with: