Skip to content

Commit

Permalink
fix: update registry in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Feb 28, 2024
1 parent 78e5fb4 commit 44d5d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
id: install_pkgjogger
run: >
julia --color=yes --eval
'using Pkg; Pkg.develop(PackageSpec(; name="PkgJogger", path="${{ github.action_path }}"))'
'using Pkg; Pkg.Registry.update(); Pkg.develop(PackageSpec(; name="PkgJogger", path="${{ github.action_path }}"))'
shell: bash

- name: ⏱ Run Benchmarks
Expand Down

0 comments on commit 44d5d10

Please sign in to comment.