Skip to content

Commit

Permalink
Merge branch 'develop' into release/v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jan 18, 2024
2 parents 5cdd74a + 61be737 commit 80e481d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- name: Cache Julia Dependencies
uses: julia-actions/cache@v1
with:
cache-name: julia-cache;workflow=${{ github.workflow }};hash=${{ hashFiles('Project.toml') }};
- uses: julia-actions/julia-buildpkg@latest
- run: |
git config --global user.name Tester
Expand Down

0 comments on commit 80e481d

Please sign in to comment.