From 02f2ae718a4f01138dc5f60ce89be78d9c1ef3c4 Mon Sep 17 00:00:00 2001 From: Jokubas Lekevicius Date: Thu, 11 Jul 2024 16:55:43 +0300 Subject: [PATCH] Include cmake without version? --- .github/workflows/build_release_pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_pipeline.yaml b/.github/workflows/build_release_pipeline.yaml index d166523..9692ede 100644 --- a/.github/workflows/build_release_pipeline.yaml +++ b/.github/workflows/build_release_pipeline.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup run: | - apt-get update -y && apt-get install -y --no-install-recommends + apt-get update -y && apt-get install -y --no-install-recommends cmake gem install bundler bundle install