Skip to content

Commit

Permalink
CI ubuntu requires autoconf, automake, autoconf-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Oct 8, 2024
1 parent 31cebfe commit 4cb6946
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install Prerequisites
if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: autoconf automake autoconf-archive

- name: Run Workflow
run: cmake --workflow --preset default

0 comments on commit 4cb6946

Please sign in to comment.