From 29892f2837e091fcf445990bf66a1bd5f6581a81 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Mon, 1 Apr 2024 12:54:01 +0200 Subject: [PATCH] Attempt to run without container --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c15ed7ca..2c50134c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,7 +198,7 @@ jobs: ldflags: '-lc++' runs-on: ${{ matrix.os }} - container: ${{matrix.container}} + # container: ${{matrix.container}} env: CXXFLAGS: ${{matrix.cxxflags}} -Wall -Wextra LDFLAGS: ${{matrix.ldflags}} @@ -213,14 +213,11 @@ jobs: apt-get update apt-get -y --no-install-recommends install \ g++ \ - git \ libssl-dev \ make \ - ca-certificates \ cmake \ protobuf-compiler \ python3 \ - docker-compose-v2 \ ${{ matrix.install }} - name: Set up a Redis server