diff --git a/.github/workflows/Build-Linux-x86.yml b/.github/workflows/Build-Linux-x86.yml index 87013b2..768cb62 100644 --- a/.github/workflows/Build-Linux-x86.yml +++ b/.github/workflows/Build-Linux-x86.yml @@ -36,9 +36,9 @@ jobs: apt-get install -y software-properties-common add-apt-repository ppa:ubuntu-toolchain-r/test apt-get update - apt-get install -y gcc-13 g++-13 - update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 - update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100 + apt-get install -y gcc-11 g++-11 + update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 + update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100 - name: Download and build libwebsockets run: |