mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-16 19:16:55 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c59a056df |
@@ -18,7 +18,6 @@ runs:
|
|||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
isfile("deps/build.jl") || exit()
|
|
||||||
import Pkg
|
import Pkg
|
||||||
VERSION >= v"1.5-" && Pkg.Registry.add("General")
|
VERSION >= v"1.5-" && Pkg.Registry.add("General")
|
||||||
VERSION >= v"1.1.0-rc1" ? Pkg.build(verbose=true) : Pkg.build()
|
VERSION >= v"1.1.0-rc1" ? Pkg.build(verbose=true) : Pkg.build()
|
||||||
|
|||||||
Reference in New Issue
Block a user