From 7c3c0e41644735c7f5469dfe7b42f76858e4727b Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 6 Jan 2024 18:57:09 +0100 Subject: [PATCH] patchelf --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 503b6bd..3c7c2bc 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: - name: Starting docker daemon run: docker-init -- dockerd --host=unix:///var/run/docker.sock & - name: Installing necessary packages - run: apk add nodejs git curl bash + run: apk add nodejs git curl bash patchelf - name: Check out repository code uses: actions/checkout@v3 - name: Install bun.sh