From 7b0471ea7683ed6c8926218d5a0402b11573cb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=B6ppach?= Date: Mon, 4 Mar 2024 23:18:04 +0100 Subject: [PATCH] Add cmake to x86 container --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bef17c3..6a7bd4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,9 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- + - name: Setup + run: | + apt-get update && apt-get install -y cmake - name: Build run: | cargo build --release