Skip to content

Commit

Permalink
Check GCC 14 availability with apt search
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jun 25, 2024
1 parent dffc1b6 commit bf82898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
run: REG ADD HKCU\Console\%SystemRoot^%_System32_WindowsPowerShell_v1.0_powershell.exe /v CodePage /t REG_DWORD /d 65001
if: matrix.os == 'windows-latest'

- name: Add Universe repository
- name: Add Universe repository and check package availability
run: sudo add-apt-repository universe
&& apt search gcc-14
if: matrix.os == 'ubuntu-latest'

- name: Install apt dependencies
Expand Down

0 comments on commit bf82898

Please sign in to comment.