From 7045dd51efa08c5f117b51ccade4fa97adb7770c Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 24 Sep 2023 22:59:05 +0000 Subject: [PATCH] Ubuntu why --- .gitea/workflows/build_docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_docker.yaml b/.gitea/workflows/build_docker.yaml index 4216526..f2c1337 100644 --- a/.gitea/workflows/build_docker.yaml +++ b/.gitea/workflows/build_docker.yaml @@ -28,7 +28,7 @@ jobs: - 5432:5432 steps: - - run: apt update && apt upgrade -y && apt install docker nodejs curl git build-essential pkg-config openssl -y + - run: apt update && apt upgrade -y && apt install docker nodejs curl git build-essential pkg-config openssl libssl-dev -y - name: Install Rust uses: actions-rs/toolchain@v1 with: