Skip to content

Commit

Permalink
add compat info
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Aug 30, 2024
1 parent 6e89fe9 commit 77182dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fi
export TAG
#
PKG_SRC_VERSION=$(julia --project=docs/ -e 'using Pkg, Logging; with_logger(NullLogger()) do; Pkg.instantiate(); Pkg.installed()["'$PKG_SRC_NAME'"] |> println; end')
PKG_SRC_VERSION=$(julia --project=@. -e 'using Pkg, Logging; with_logger(NullLogger()) do; Pkg.instantiate(); Pkg.installed()["'$PKG_SRC_NAME'"] |> println; end')
export PKG_SRC_VERSION
#
julia -e 'using Pkg;
Expand Down

0 comments on commit 77182dd

Please sign in to comment.