Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 15, 2023
1 parent 7b84bd7 commit 87262b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
version: '${{ matrix.julia-version }}'
- run: |
file = joinpath(dirname(Sys.BINDIR), "share", "julia", "stdlib", "v1.8", "MbedTLS_jll", "src", "MbedTLS_jll.jl")
MAJMIN = "$(Base.VERSION.major).$(Base.VERSION.minor)"
file = joinpath(dirname(Sys.BINDIR), "share", "julia", "stdlib", "v$(MAJMIN)", "MbedTLS_jll", "src", "MbedTLS_jll.jl")
# Print mtime
# On macOS, use `stat -f %m`
Expand Down

0 comments on commit 87262b5

Please sign in to comment.