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 72ddd0f commit 00f9fd6Copy full SHA for 00f9fd6
action.yml
@@ -23,7 +23,7 @@ runs:
23
- run: |
24
import Pkg
25
VERSION >= v"1.5-" && Pkg.Registry.add("General")
26
- VERSION >= v"1.1.0-rc1" ? Pkg.build(verbose=true) : Pkg.build()
+ VERSION >= v"1.1.0-rc1" ? retry(Pkg.build)(verbose=true) : retry(Pkg.build)()
27
shell: julia --color=yes --project=${{ inputs.project }} {0}
28
env:
29
JULIA_PKG_PRECOMPILE_AUTO: "${{ inputs.precompile }}"
0 commit comments