mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 01:16:54 +08:00
Revert shortcut for missing deps/build.jl file. (#32)
This commit is contained in:
@@ -18,7 +18,6 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- run: |
|
||||
isfile("deps/build.jl") || exit()
|
||||
import Pkg
|
||||
VERSION >= v"1.5-" && Pkg.Registry.add("General")
|
||||
VERSION >= v"1.1.0-rc1" ? Pkg.build(verbose=true) : Pkg.build()
|
||||
|
||||
Reference in New Issue
Block a user