Skip to content

Commit 4507165

Browse files
committed
use gcc-14
1 parent 0a19cb1 commit 4507165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38+
sudo apt-get update && sudo apt-get install -y g++-14 && sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-14 100
3839
sudo apt-get install -y pandoc
3940
python -m pip install --upgrade pip
4041

0 commit comments

Comments
 (0)