Compare commits

..

1 Commits

Author SHA1 Message Date
8092f0e786 refactor: simplify CI configuration and enhance CMake installation rules
Some checks failed
CI / build (pull_request) Failing after 39s
2026-04-15 20:04:27 -03:00

View File

@@ -16,7 +16,7 @@ jobs:
submodules: recursive
- name: Cache and install APT packages
run: sudo apt update && sudo apt install cmake build-essential
run: sudo apt update && sudo apt install -y cmake build-essential
- name: Configure project
run: make configure