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:25:45 +02:00
commit 94bb941297

View file

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