Skip to content

Commit 4a398af

Browse files
committed
[~] Fix error of gcc13 in ubuntu2204
1 parent b428fe1 commit 4a398af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-gcc13.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
- name: Install GCC 13 and dependencies
2424
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y software-properties-common
27+
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
2528
sudo apt-get update
2629
sudo apt-get install -y gcc-13 g++-13 cmake make libboost-dev libncurses-dev pkg-config
2730

0 commit comments

Comments
 (0)