Skip to content

Commit

Permalink
CI ubuntu Qt needs secret sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Oct 9, 2024
1 parent 2722e9b commit 3b5fa52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install Qt
if: matrix.os == 'ubuntu-latest'
uses: jurplel/install-qt-action@v4

- name: Install Prerequisites
if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 3b5fa52

Please sign in to comment.