Skip to content

Commit 5addb60

Browse files
fix version
1 parent dbaf91a commit 5addb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

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

0 commit comments

Comments
 (0)