Disabled apt update and upgrade in the CI workflow/action because it consumes to much CPU time. No code changes. (0.39.15)
This commit is contained in:
parent
1114c08036
commit
94bb941297
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake-ubuntu-latest.yml
vendored
4
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
#- name: Update apt
|
||||
# run: sudo apt update
|
||||
- name: Update apt
|
||||
run: sudo apt update
|
||||
|
||||
#- name: Upgrade apt
|
||||
# run: sudo apt upgrade -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue