2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Revert install limbd0 on Ubuntu

This commit is contained in:
Erik C. Thauvin 2024-08-01 14:19:59 -07:00
parent 0aa93b708a
commit d69956cf91
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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