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 d533c85 commit d1ba8a2Copy full SHA for d1ba8a2
1 file changed
.github/workflows/build.yml
@@ -19,6 +19,9 @@ jobs:
19
if: ${{ matrix.os == 'ubuntu-latest' }}
20
run: |
21
sudo apt-get update
22
+ sudo apt-get install -y gcc-14 g++-14
23
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100
24
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
25
sudo apt-get install -y build-essential git lcov bison flex \
26
libkrb5-dev libssl-dev libldap-dev libpam-dev python3-dev \
27
tcl-dev libperl-dev gettext libxml2-dev libxslt-dev \
0 commit comments