refactor: simplify CI configuration and enhance CMake installation rules
All checks were successful
CI / build (pull_request) Successful in 37s
All checks were successful
CI / build (pull_request) Successful in 37s
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user