Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Don't update - don't want newer drivers than host
  • Loading branch information
dkoes committed Mar 2, 2024
1 parent 14e8891 commit d5dc460
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5dc460

Please sign in to comment.