Skip to content

Commit ffdd212

Browse files
authored
fix (#1686)
1 parent d14cfab commit ffdd212

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/manual-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
runs-on: ubuntu-latest
4141
if: contains(github.event.inputs.platforms, 'linux') || github.event.inputs.platforms == ''
4242
steps:
43-
# Work around https://github.com/actions/runner-images/issues/8659
44-
- uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
45-
with:
46-
os: ubuntu-latest
47-
4843
- run: g++ --version
4944
- run: gcc --version
5045
- run: sudo apt-get install libstdc++6

0 commit comments

Comments
 (0)