Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius-G committed Nov 6, 2023
1 parent 38cf0a0 commit ea0404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Install dependencies
run: julia --project=. -e 'using Pkg; Pkg.add("BAT#main"); Pkg.instantiate()'
run: julia --project=. -e 'using Pkg; Pkg.add("BAT"); Pkg.instantiate()'
- name: Cache artifacts
uses: actions/cache@v2
env:
Expand Down

0 comments on commit ea0404e

Please sign in to comment.