From d5dc460877c78f738b203a308a7dd96d54d70eda Mon Sep 17 00:00:00 2001 From: David Koes Date: Sat, 2 Mar 2024 13:40:24 -0500 Subject: [PATCH] Update CI Don't update - don't want newer drivers than host --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) 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