Remove sudo from ci.yml
Some checks failed
CI / build (push) Failing after 1s
CI / release (push) Has been skipped

This commit is contained in:
2025-06-02 13:55:27 +02:00
parent a2058ce2d6
commit cd52871632

View File

@@ -11,7 +11,7 @@ jobs:
# uses: actions/checkout@v3
- name: Install build tools
run: sudo apt update && sudo apt install -y build-essential zip
run: apt update && apt install -y build-essential zip
- name: Compile project
run: make