From 47213e16715a1536809e2dd3ef944760894c46c2 Mon Sep 17 00:00:00 2001 From: David Koes Date: Sun, 10 Mar 2024 14:10:06 -0400 Subject: [PATCH] No apt update in CI --- .github/workflows/Coverage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index 1c261da..6f458a8 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -19,9 +19,6 @@ jobs: with: fetch-depth: 0 - - name: apt update - run: apt update -y && apt upgrade -y - - name: Build from src continue-on-error: true # The one test will most likely fail, but if we skip we lose a lot of coverage. run: mkdir build && cd build && cmake -DBUILD_COVERAGE=1 .. && make -j8 && make install