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
c64fab3ab1
commit
1114c08036
1 changed files with 4 additions and 4 deletions
8
.github/workflows/cmake-ubuntu-latest.yml
vendored
8
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -17,11 +17,11 @@ 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
|
||||
#- name: Upgrade apt
|
||||
# run: sudo apt upgrade -y
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt install cmake libjson-c-dev libssl-dev -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue