Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius-G authored Sep 23, 2022
1 parent f0357f9 commit 8a3d78f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- name: Install dependencies
run: julia --project=. -e 'using Pkg; pkg"add BAT#main"; Pkg.instantiate()'
- name: Cache artifacts
uses: actions/cache@v2
env:
Expand Down

0 comments on commit 8a3d78f

Please sign in to comment.