Skip to content

Commit 3aa7ef3

Browse files
committed
Remove whitespace
1 parent b7c63ba commit 3aa7ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
curl -O https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz
259259
tar zxf libxml2-v2.9.12.tar.gz
260260
261-
cmake -S libxml2-v2.9.12 -G Ninja -B build `
261+
cmake -S libxml2-v2.9.12 -G Ninja -B build `
262262
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install `
263263
-DBUILD_SHARED_LIBS=OFF -DLIBXML2_WITH_C14N=OFF -DLIBXML2_WITH_CATALOG=OFF `
264264
-DLIBXML2_WITH_DEBUG=OFF -DLIBXML2_WITH_DOCB=OFF -DLIBXML2_WITH_FTP=OFF `

0 commit comments

Comments
 (0)