From 9f39b71e80d2c2a9c2699e52d8a744b825c40c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 29 Sep 2023 02:37:00 +0200 Subject: [PATCH] Install libseccomp build dependencies in CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e741ebc2..f2d6bc1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Install Musl - run: sudo apt-get install -y musl-tools musl + run: sudo apt-get install -y musl-tools musl autoconf gperf - uses: actions/checkout@v1 - name: Make run: |