Skip to content

Commit

Permalink
install different version of libc etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 23, 2024
1 parent 7874d42 commit bbf10e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*
sudo apt-get install -y --allow-downgrades libc6=2.39-* libc6-dev=2.39-* libstdc++6=14-* libgcc-s1=14-*
- name: Install uncrustify
run: |
Expand Down

0 comments on commit bbf10e0

Please sign in to comment.