1
0
Fork 0
forked from fun/fun

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:
Johannes Findeisen 2026-04-01 22:24:56 +02:00
commit 1114c08036

View file

@ -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