mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Install limbd0 on Ubuntu
This commit is contained in:
parent
683f5dfb3a
commit
7fcbccd565
2 changed files with 12 additions and 9 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue