Skip to content

Commit 98abd67

Browse files
authored
Follow Ubuntu libstdc++6 and libgcc-s1 updates
This fixes: ``` E: Version '12.3.0-1ubuntu1~22.04' for 'libstdc++6' was not found E: Version '12.3.0-1ubuntu1~22.04' for 'libgcc-s1' was not found ``` here: https://github.com/mixxxdj/mixxx/actions/runs/17279385378/job/49044173678
1 parent 9d2caab commit 98abd67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
122122
sudo apt-get update
123-
sudo apt-get install -y --allow-downgrades libc6=2.35* libc6-dev=2.35* libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
123+
sudo apt-get install -y --allow-downgrades libc6=2.35* libc6-dev=2.35* libstdc++6=12.3.0* libgcc-s1=12.3.0*
124124
- name: Build
125125
# Do not abort on errors and build/check the whole project
126126
run: cmake --build . -j $(nproc) -- --keep-going

0 commit comments

Comments
 (0)