Skip to content

Commit 8b1a750

Browse files
TommyMurphyTM1234cmuellner
authored andcommitted
Fixed typo (missing comma between 'musl' and 'uclibc')
1 parent 29a34e9 commit 8b1a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-22.04, ubuntu-24.04]
17-
mode: [newlib, linux, musl uclibc]
17+
mode: [newlib, linux, musl, uclibc]
1818
target: [rv32gc-ilp32d, rv64gc-lp64d]
1919
compiler: [gcc, llvm]
2020
exclude:

0 commit comments

Comments
 (0)