mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Try with gcc 14
This commit is contained in:
parent
95f4557ec9
commit
520eafabac
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,12 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: switch to gcc-14 on linux
|
||||||
|
if: matrix.configurations.os == "ubuntu-latest"
|
||||||
|
run: |
|
||||||
|
sudo apt install gcc-14 g++-14
|
||||||
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 --slave /usr/bin/g++ g++ /usr/bin/g++-14 --slave /usr/bin/gcov gcov /usr/bin/gcov-14
|
||||||
|
sudo update-alternatives --set gcc /usr/bin/gcc-14
|
||||||
- name: Install ck
|
- name: Install ck
|
||||||
run: sudo apt-get install libck-dev
|
run: sudo apt-get install libck-dev
|
||||||
- name: make runtime
|
- name: make runtime
|
||||||
|
|
Loading…
Add table
Reference in a new issue