aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/abicheck.yml
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2025-03-24 17:44:56 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-04-28 19:57:39 +0200
commit066ed644762714c099667564f748058201f3f598 (patch)
treefda7db67fc6883a50e4cb651ff5c82eeac05b4b4 /.github/workflows/abicheck.yml
parent0eb8513206c2c467fa7510d0c762eb5c868dc66d (diff)
downloadlibfuse-066ed644762714c099667564f748058201f3f598.tar.gz
Add fuse-io-uring dependencies to github workfow files
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to '.github/workflows/abicheck.yml')
-rw-r--r--.github/workflows/abicheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/abicheck.yml b/.github/workflows/abicheck.yml
index 10a8e6d..b79ccc6 100644
--- a/.github/workflows/abicheck.yml
+++ b/.github/workflows/abicheck.yml
@@ -26,7 +26,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
- sudo apt-get -y install abigail-tools clang gcc
+ sudo apt-get -y install abigail-tools clang gcc liburing-dev libnuma-dev
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: