Skip to content

Commit

Permalink
Merge branch 'main' into co/ab04
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaMolSim committed Aug 28, 2024
2 parents 2886126 + 7b7b683 commit 75a2557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- run : |
using Pkg
Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry"
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
Expand Down

0 comments on commit 75a2557

Please sign in to comment.