Skip to content

Commit 7c59a05

Browse files
authored
Revert shortcut for missing deps/build.jl file. (#32)
1 parent fcafde1 commit 7c59a05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ runs:
1818
using: 'composite'
1919
steps:
2020
- run: |
21-
isfile("deps/build.jl") || exit()
2221
import Pkg
2322
VERSION >= v"1.5-" && Pkg.Registry.add("General")
2423
VERSION >= v"1.1.0-rc1" ? Pkg.build(verbose=true) : Pkg.build()

0 commit comments

Comments
 (0)