Skip to content

Commit

Permalink
set proper rev
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 29, 2024
1 parent e3ca82e commit 65d3f1d
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 @@ -18,7 +18,7 @@ jobs:
with:
version: ${{ matrix.version }}
- name: Fix TransmutedDims
run: julia --color=yes 'using Pkg; Pkg.add("TransmuteDims#strided2")'
run: julia --color=yes 'using Pkg; Pkg.add(name="TransmuteDims", rev="strided2")'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
Expand Down

0 comments on commit 65d3f1d

Please sign in to comment.