We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721c123 commit 4df658bCopy full SHA for 4df658b
install-quarto/action.yml
@@ -89,6 +89,7 @@ runs:
89
;;
90
"Windows")
91
echo "$(dirname $(find $APPDATA/TinyTeX -name tlmgr.bat))" >> $GITHUB_PATH
92
+ ;;
93
*)
94
echo "$RUNNER_OS not supported"
95
exit 1
0 commit comments