Fix syntax

This commit is contained in:
Justin Ethier 2024-09-25 19:33:38 -07:00
parent 520eafabac
commit 49f1599107

View file

@ -14,7 +14,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: switch to gcc-14 on linux - name: switch to gcc-14 on linux
if: matrix.configurations.os == "ubuntu-latest"
run: | run: |
sudo apt install gcc-14 g++-14 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 --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