We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b428fe1 commit 4a398afCopy full SHA for 4a398af
.github/workflows/build-gcc13.yml
@@ -22,6 +22,9 @@ jobs:
22
23
- name: Install GCC 13 and dependencies
24
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
28
sudo apt-get update
29
sudo apt-get install -y gcc-13 g++-13 cmake make libboost-dev libncurses-dev pkg-config
30
0 commit comments