Revert shortcut for missing deps/build.jl file. (#32)

This commit is contained in:
Fredrik Ekre
2023-03-13 13:09:48 +01:00
committed by GitHub
parent fcafde1b68
commit 7c59a056df

View File

@@ -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()