refactor: simplify CI configuration and enhance CMake installation rules
All checks were successful
CI / build (pull_request) Successful in 37s

This commit is contained in:
2026-04-15 20:02:59 -03:00
parent c4e7627d1f
commit ff26be2e75
2 changed files with 13 additions and 17 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
@@ -34,8 +32,4 @@ jobs:
- name: Verify installation
run: |
ls -la ${{ runner.temp }}/install/lib/
ls -la ${{ runner.temp }}/install/include/