Skip to content

Commit e27684f

Browse files
committed
FIX | workflow
1 parent 0baf00d commit e27684f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
uses: actions/setup-python@v4
3939
with:
4040
python-version: "3.11"
41+
42+
- name: switch to gcc-14 on linux
43+
if: ${{ matrix.os == Linux }}
44+
run: |
45+
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
46+
sudo apt update
47+
sudo apt install g++-13 gcc-13
4148
4249
- name: Install Conan
4350
run: pip install conan==2.*

0 commit comments

Comments
 (0)