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 d14cfab commit ffdd212Copy full SHA for ffdd212
.github/workflows/manual-build.yml
@@ -40,11 +40,6 @@ jobs:
40
runs-on: ubuntu-latest
41
if: contains(github.event.inputs.platforms, 'linux') || github.event.inputs.platforms == ''
42
steps:
43
- # Work around https://github.com/actions/runner-images/issues/8659
44
- - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
45
- with:
46
- os: ubuntu-latest
47
-
48
- run: g++ --version
49
- run: gcc --version
50
- run: sudo apt-get install libstdc++6
0 commit comments