Skip to content

Commit

Permalink
feat: Add local instance of PkgJogger in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Feb 28, 2024
1 parent 44d5d10 commit 4b77894
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.Registry.update(); Pkg.develop(PackageSpec(; name="PkgJogger", path="${{ github.action_path }}"))'
'using Pkg; Pkg.Registry.update(); Pkg.add(PackageSpec(; name="PkgJogger", path="${{ github.action_path }}"))'
shell: bash

- name: ⏱ Run Benchmarks
Expand Down

0 comments on commit 4b77894

Please sign in to comment.