Apply suggestions from code review

Co-authored-by: CEbbinghaus <git@cebbinghaus.com>
This commit is contained in:
Firstyear 2025-02-25 13:58:13 +10:00 committed by GitHub
parent 88ccc97264
commit b25c9fb128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ RUN --mount=type=cache,id=cargo,target=/cargo \
--release; \
sccache -s
# Find and copy dynalcially linked libraries using ldd
# Find and copy dynamically linked libraries using ldd
# caveat: this actually partially runs the binary, so it doesn't work for cross-compilation
RUN <<EOF
mkdir -p /out/libs