refactor: simplify CI configuration and enhance CMake installation rules
Some checks failed
CI / build (pull_request) Failing after 12s
Some checks failed
CI / build (pull_request) Failing after 12s
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.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 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/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user