Skip to content

Commit dbaf91a

Browse files
Try updating gcc to fix minimalloc ppc build
1 parent 4f9e3b5 commit dbaf91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
needs: [bump]
6060
if: ${{ always() }}
6161
steps:
62+
- run: sudo apt install -y gcc-X g++-X
6263
- uses: actions/checkout@v4
6364
if: ${{ needs.bump.result == 'success' }}
6465
with:

0 commit comments

Comments
 (0)