More deps
Build CI / Build (ubuntu-latest) (push) Failing after 9m15s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2026-05-04 21:42:55 -07:00
parent ccc48af546
commit 9396c6ef81
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Install dependencies - name: Install dependencies
run: sudo apt-get update && sudo apt-get install autoconf autoconf-archive automake libtool cmake ninja-build run: sudo apt-get update && sudo apt-get install autoconf autoconf-archive automake libtool cmake ninja-build libltdl-dev
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with: