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 4f9e3b5 commit dbaf91aCopy full SHA for dbaf91a
.github/workflows/version.yml
@@ -59,6 +59,7 @@ jobs:
59
needs: [bump]
60
if: ${{ always() }}
61
steps:
62
+ - run: sudo apt install -y gcc-X g++-X
63
- uses: actions/checkout@v4
64
if: ${{ needs.bump.result == 'success' }}
65
with:
0 commit comments