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 8776aaf commit 8ed9114Copy full SHA for 8ed9114
setup/action.yml
@@ -72,7 +72,7 @@ runs:
72
[ ${{ runner.os }} != "Windows" ] && installer=${{ steps.download-quarto.outputs.installer }}
73
case $RUNNER_OS in
74
"Linux")
75
- sudo apt install ./$installer
+ sudo apt -y install ./$installer
76
;;
77
"macOS")
78
sudo installer -pkg ./$installer -target '/'
0 commit comments