Skip to content

Commit 968a677

Browse files
authored
Update build_cmake.yml
1 parent da20480 commit 968a677

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@ jobs:
322322
python --version;
323323
echo "=== cmake ===";
324324
cmake --version;
325-
# echo "=== latex ===";
326-
# latex --version;
327-
# echo "=== bibtex ===";
328-
# bibtex --version
329-
# echo "=== dvips ===";
330-
# dvips --version
325+
# echo "=== latex ===";
326+
# latex --version;
327+
# echo "=== bibtex ===";
328+
# bibtex --version
329+
# echo "=== dvips ===";
330+
# dvips --version
331331
echo "=== bison ===";
332332
win_bison --version;
333333
echo "=== flex ===";

0 commit comments

Comments
 (0)