From 65d3f1d86e42fb6ca2d81c29ea2071f481ec0039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pawela?= Date: Fri, 29 Mar 2024 17:59:21 +0100 Subject: [PATCH] set proper rev --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b892eac..9a76000 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: