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 ee7d8e1 commit e358659Copy full SHA for e358659
.github/workflows/manual-build.yml
@@ -18,13 +18,10 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
# Work around https://github.com/actions/runner-images/issues/8659
21
- - name: Remove GCC 13 from runner image
22
- shell: bash
23
- run: |
24
- sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
25
- sudo apt-get update
26
- sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
27
-
+ - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
+ with:
+ os: ubuntu-latest
+
28
- run: g++ --version
29
- run: gcc --version
30
- run: sudo apt-get install libstdc++6
0 commit comments