Skip to content

Commit

Permalink
Revert shortcut for missing deps/build.jl file. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Mar 13, 2023
1 parent fcafde1 commit 7c59a05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7c59a05

Please sign in to comment.