refactor: simplify CI configuration and enhance CMake installation rules
Some checks failed
CI / build (pull_request) Failing after 39s

This commit is contained in:
2026-04-15 20:02:59 -03:00
parent c4e7627d1f
commit 8092f0e786
2 changed files with 13 additions and 16 deletions

View File

@@ -16,9 +16,7 @@ jobs:
submodules: recursive
- name: Cache and install APT packages
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: cmake build-essential
run: sudo apt update && sudo apt install -y cmake build-essential
- name: Configure project
run: make configure
@@ -36,6 +34,3 @@ jobs:
run: |
ls -la ${{ runner.temp }}/install/lib/
ls -la ${{ runner.temp }}/install/include/