mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 09:26:54 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c59a056df |
@@ -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