You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if "${{ inputs.ignore-no-cache }}" == "false" && !isdir(DEPOT_PATH[1])
36
+
println("::notice title=[julia-buildpkg] Caching of the julia depot was not detected ::Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true` ")
37
+
end
32
38
import Pkg
33
-
39
+
34
40
# Determine if Pkg uses git-cli executable instead of LibGit2
35
41
VERSION >= v"1.7-" && (ENV["JULIA_PKG_USE_CLI_GIT"] = ${{ inputs.git_cli }})
0 commit comments