We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cfbfc commit 977cf6dCopy full SHA for 977cf6d
.github/workflows/test-complete-matrix.yml
@@ -25,7 +25,7 @@ jobs:
25
if [ "$RUNNER_OS" == "Linux" ]; then
26
sudo apt install texlive texlive-latex-extra texlive-fonts-recommended dvipng cm-super
27
elif [ "$RUNNER_OS" == "macOS" ]; then
28
- # not enough to fix latex issue
+ # not enough to fix latex issue
29
brew install --cask mactex
30
else
31
echo "$RUNNER_OS not supported"
0 commit comments