Skip to content

Commit 8ed9114

Browse files
Update action.yml (#121)
1 parent 8776aaf commit 8ed9114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
[ ${{ runner.os }} != "Windows" ] && installer=${{ steps.download-quarto.outputs.installer }}
7373
case $RUNNER_OS in
7474
"Linux")
75-
sudo apt install ./$installer
75+
sudo apt -y install ./$installer
7676
;;
7777
"macOS")
7878
sudo installer -pkg ./$installer -target '/'

0 commit comments

Comments
 (0)