Compare commits

..

1 Commits

Author SHA1 Message Date
1fb05aff6a refactor: simplify CI configuration and enhance CMake installation rules
Some checks failed
CI / build (pull_request) Failing after 12s
2026-04-15 20:02:59 -03:00

View File

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