Skip to content

Commit 24c619b

Browse files
authored
Merge branch 'master' into feature/bug_github_windows_latex
2 parents 401bffd + 8558d95 commit 24c619b

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)