File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ runs:
5757 ;;
5858 "Windows")
5959 # can't install msi for now so use scoop
60- if [ -z "${{ env.QUARTO_VERSION }}" ]
60+ if [ -z "${{ inputs.version }}" ]
6161 then
6262 powershell -File $GITHUB_ACTION_PATH/install-quarto-windows.ps1
6363 else
64- powershell -File $GITHUB_ACTION_PATH/install-quarto-windows.ps1 -version ${{ env.QUARTO_VERSION }}
64+ powershell -File $GITHUB_ACTION_PATH/install-quarto-windows.ps1 -version ${{ inputs.version }}
6565 fi
6666 ;;
6767 *)
Original file line number Diff line number Diff line change 1717Invoke-Expression (New-Object System.Net.WebClient).DownloadString(' https://get.scoop.sh' )
1818Join-Path (Resolve-Path ~).Path " scoop\shims" >> $Env: GITHUB_PATH
1919
20- param ($version = ' ' )
20+ param ($version )
2121scoop bucket add r- bucket https:// github.com / cderv/ r- bucket.git
2222if ([string ]::IsNullOrEmpty($version )) {
2323 scoop install quarto
You can’t perform that action at this time.
0 commit comments