patchelf
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m8s Details

This commit is contained in:
Alie 2024-01-06 18:57:09 +01:00
parent b9f9e6c880
commit 7c3c0e4164
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Starting docker daemon - name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock & run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages - name: Installing necessary packages
run: apk add nodejs git curl bash run: apk add nodejs git curl bash patchelf
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install bun.sh - name: Install bun.sh