diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index c2a3b9dfa8..d973585990 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -30,7 +30,7 @@ jobs: run: | sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-noble.list sudo apt-get update - sudo apt-get install -y --allow-downgrades libc6=2.39-* libc6-dev=2.39-* libstdc++6=14-* libgcc-s1=14-* + sudo apt-get install -y --allow-downgrades libc6=2.39-* libc6-dev=2.39-* libstdc++6=12-* libgcc-s1=12-* - name: Install uncrustify run: |