Skip to content

Commit 883f412

Browse files
committed
Point StaticArrays and FiniteDifferences to their v2 compat forks
1 parent 23fb04c commit 883f412

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,14 @@ jobs:
5050
with:
5151
version: ${{ matrix.version }}
5252
arch: ${{ matrix.arch }}
53-
- uses: julia-actions/cache@v2
53+
- uses: julia-actions/cache@v3
5454
- uses: julia-actions/julia-buildpkg@v1
55+
- run: |
56+
julia --project -e '
57+
using Pkg
58+
Pkg.add([PackageSpec(; url="https://github.com/JamesWrigley/StaticArrays.jl.git", rev="compat"),
59+
PackageSpec(; url="https://github.com/JamesWrigley/FiniteDifferences.jl.git", rev="compat")])
60+
'
5561
- uses: julia-actions/julia-runtest@v1
5662
- uses: julia-actions/julia-processcoverage@v1
5763
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)