fixed bug in check-docs.yml

* forgot to add 'sudo'
This commit is contained in:
Bernhard B 2026-06-01 20:29:24 +02:00
parent 60b19339c3
commit 25eaf7a5eb

View File

@ -20,7 +20,7 @@ jobs:
cache-dependency-path: src/go.sum
- name: Install Java
run: apt update && apt install -y openjdk-25-jdk
run: sudo apt update && sudo apt install -y openjdk-25-jdk
- name: Regenerate docs
working-directory: src