We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcafde1 commit 7c59a05Copy full SHA for 7c59a05
action.yml
@@ -18,7 +18,6 @@ runs:
18
using: 'composite'
19
steps:
20
- run: |
21
- isfile("deps/build.jl") || exit()
22
import Pkg
23
VERSION >= v"1.5-" && Pkg.Registry.add("General")
24
VERSION >= v"1.1.0-rc1" ? Pkg.build(verbose=true) : Pkg.build()
0 commit comments