Skip to content

Commit

Permalink
fixup! Support older AWS.jl versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Feb 4, 2025
1 parent 41a9588 commit 3b56bee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
shell: julia --color=yes --project {0}
run: |
using Pkg
Pkg.add(PackageSpec(; name="AWS", version="${{ matrix.aws-jl-version }}");
preserve=PRESERVE_ALL)
Pkg.add(PackageSpec(; name="AWS", version="${{ matrix.aws-jl-version }}"))
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 3b56bee

Please sign in to comment.