Skip to content

Commit e358659

Browse files
authored
Update manual-build.yml (#1557)
1 parent ee7d8e1 commit e358659

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/manual-build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
# 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-
21+
- uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
22+
with:
23+
os: ubuntu-latest
24+
2825
- run: g++ --version
2926
- run: gcc --version
3027
- run: sudo apt-get install libstdc++6

0 commit comments

Comments
 (0)