From 8608484607cba0bdb5437a7bad85d6502499d029 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Sat, 31 Aug 2024 07:35:05 -0400 Subject: [PATCH] Soft fail registry update (#143) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 1e26369..2d2a1b1 100644 --- a/action.yml +++ b/action.yml @@ -140,6 +140,7 @@ runs: # Pkg operations. So this is only necessary for newer julia versions. - name: Update any cached registries if: ${{ inputs.cache-registries == 'true' }} + continue-on-error: true run: | if [ -d "${{ steps.paths.outputs.depot }}/registries" ] && [ -n "$(ls -A "${{ steps.paths.outputs.depot }}/registries")" ]; then echo "Registries directory exists and is non-empty. Updating any registries"