From 15d0c45b18f9e7cacbe76beab24c1c8d14f43497 Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger <285675+cscheid@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:06:55 -0700 Subject: [PATCH] Fixes #59 --- setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/action.yml b/setup/action.yml index 121f6ce..c684dc5 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -58,6 +58,7 @@ runs: fi echo "installer=$(ls quarto*${{ env.BUNDLE_EXT }})" >> $GITHUB_OUTPUT else + : # do nothing for now (https://github.com/quarto-dev/quarto-actions/issues/59 :facepalm:) # FIXME: how to get version information from scoop in windows runners? # send the cderv bat-signal! fi