From f0236bb22e53552dd60fe1ba4db4fa899f71501b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 4 Dec 2022 21:47:08 +0100 Subject: [PATCH] :bug: fix natvis XML --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 3d4070eb0..34bf33e3c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -99,6 +99,8 @@ jobs: matrix: target: [ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls] steps: + - name: Install build-essential + run: apt-get update ; apt-get install -y build-essential - uses: actions/checkout@v3 - name: Get latest CMake and ninja uses: lukka/get-cmake@latest