Skip to content

Commit 660680c

Browse files
Update CI/setup-windows-sdk.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 923e55d commit 660680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/setup-windows-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ echo "Building harfbuzz without graphite2"
146146
git clone https://github.com/harfbuzz/harfbuzz.git
147147
cd harfbuzz || exit 1
148148
meson setup build --prefix=/mingw${BUILD_BITNESS} --buildtype=release -Dgraphite=disabled -Dtests=disabled
149-
meson compile -C build -j $(nproc)
149+
meson compile -C build -j "$(nproc)"
150150
meson install -C build
151151

152152
echo ""

0 commit comments

Comments
 (0)