Skip to content

Commit 9b0d106

Browse files
committed
Hopefully fix Mac builder
1 parent c0fe7e5 commit 9b0d106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/macos/build-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ make -C build "-j$NPROCS"
8080
make -C build install
8181
cd ..
8282

83-
echo "Installing Qt Translations..."
83+
echo "Installing Qt Translations... "
8484
tar xf "qttranslations-everywhere$QT_SUFFIX-src-$QT.tar.xz"
8585
cd "qttranslations-everywhere-src-$QT"
8686
cmake -B build -DCMAKE_PREFIX_PATH="$INSTALLDIR" -DCMAKE_INSTALL_PREFIX="$INSTALLDIR" -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)