mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 09:26:54 +08:00
Remove link trailing dot (#51)
This commit is contained in:
@@ -33,7 +33,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- run: |
|
- run: |
|
||||||
if "${{ inputs.ignore-no-cache }}" == "false" && !isdir(DEPOT_PATH[1])
|
if "${{ inputs.ignore-no-cache }}" == "false" && !isdir(DEPOT_PATH[1])
|
||||||
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` ")
|
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` ")
|
||||||
end
|
end
|
||||||
import Pkg
|
import Pkg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user