Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit cc55fa7

Browse files
[skip ci] fix typo in comment
1 parent 7592950 commit cc55fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Build musl and zlib
113113
run: |
114114
# See https://www.graalvm.org/latest/reference-manual/native-image/guides/build-static-executables/
115-
# We have to build MUSL from source due to ensure recent CVEs are patched
115+
# We have to build MUSL from source to ensure recent CVEs are patched
116116
117117
# Build musl from source
118118
pushd musl

0 commit comments

Comments
 (0)