Update to GCC-14 for CI pipeline

This commit is contained in:
Justin Scofield
2024-12-31 20:20:51 -05:00
parent 8b54906a51
commit 42c4d8ab18

View File

@@ -27,6 +27,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Add Universe
run: sudo add-apt-repository universe
- name: Update GCC
run: sudo apt install gcc-14
- name: Install Video Libs
run: sudo apt install libglew-dev