Update to GCC-14 for CI pipeline
This commit is contained in:
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@@ -27,6 +27,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Add Universe
|
||||||
|
run: sudo add-apt-repository universe
|
||||||
|
|
||||||
|
- name: Update GCC
|
||||||
|
run: sudo apt install gcc-14
|
||||||
|
|
||||||
- name: Install Video Libs
|
- name: Install Video Libs
|
||||||
run: sudo apt install libglew-dev
|
run: sudo apt install libglew-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user