From 8bf2ff371b431c9d274f5f5c38236645a5ed4c20 Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace Date: Tue, 13 Feb 2024 10:14:11 +0100 Subject: [PATCH] Fix version specification --- .github/workflows/Downgrade-CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Downgrade-CI.yml b/.github/workflows/Downgrade-CI.yml index a8c2da6f..fbf3f64f 100644 --- a/.github/workflows/Downgrade-CI.yml +++ b/.github/workflows/Downgrade-CI.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: 1 + version: '1' arch: x64 - run: julia -e 'using Pkg; pkg"add CompatHelperLocal"' - run: julia -e 'using Pkg; pkg"add ."' @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: 1 + version: '1' arch: x64 - run: julia -e 'using Pkg; pkg"add CompatHelperLocal"' - run: julia -e 'using Pkg; pkg"add ."' @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: 1 + version: '1' arch: x64 steps: - uses: actions/checkout@v4