diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dc85afb..47e7a75 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,9 +21,6 @@ jobs: with: fetch-depth: 0 - - name: apt update - run: apt update -y && apt upgrade -y - - name: Build from src run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .. && make -j8 && make install