mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 08:37:11 -07:00
Install limbd0 on Ubuntu with sudo
This commit is contained in:
parent
7fcbccd565
commit
0aa93b708a
2 changed files with 5 additions and 5 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install libmd
|
||||
run: apt-get update -qq && apt-get install -y libmd0
|
||||
run: sudo apt-get update -qq && sudo 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