mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Fix syntax
This commit is contained in:
parent
520eafabac
commit
49f1599107
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
|||
steps:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue