Skip to content

Commit

Permalink
No apt update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Mar 10, 2024
1 parent d5dc460 commit 47213e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47213e1

Please sign in to comment.