Skip to content

Commit

Permalink
Add "ArgParse" as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored Nov 23, 2021
1 parent 1a0c8fd commit 3b714bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: cache
with:
path: ~/.julia
key: ${{ runner.os }}-julia-v2
key: ${{ runner.os }}-julia-v3

- name: Install Julia
uses: julia-actions/setup-julia@v1
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Install Julia packages
if: steps.cache.outputs.cache-hit != 'true'
run: |
julia -e 'import Pkg;Pkg.add("CrystalInfoFramework");Pkg.add("Lerche");Pkg.add("FilePaths")'
julia -e 'import Pkg;Pkg.add("CrystalInfoFramework");Pkg.add("Lerche");Pkg.add("FilePaths");Pkg.add("ArgParse")'
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3b714bb

Please sign in to comment.