Skip to content

Commit 70b2c8a

Browse files
committed
fixup! Use C++23
use apt cache
1 parent 602c06c commit 70b2c8a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333

3434
- if: matrix.os == 'ubuntu-latest'
3535
name: Install GCC 16
36-
uses: egor-tensin/setup-gcc@v2
36+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
3737
with:
38-
version: 16
38+
add-repository: 'ppa:ubuntu-toolchain-r/test'
39+
packages: g++-16
40+
version: 1.0
3941

4042
- uses: lukka/get-cmake@latest
4143

0 commit comments

Comments
 (0)