From 1df18258d866725896f0d68e20052687b4c52487 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Mon, 1 Apr 2024 11:30:22 +0200 Subject: [PATCH] Missing backslashes in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39b05c1d..ab728712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,8 +212,8 @@ jobs: run: | apt-get update apt-get -y --no-install-recommends install \ - cmake - protobuf-compiler + cmake \ + protobuf-compiler \ python3 \ docker-compose-v2 \ ${{ matrix.install }}