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