From 7baf4777d033785f98050a1cb236434549ac9a45 Mon Sep 17 00:00:00 2001 From: ACEsuit Date: Wed, 19 Jun 2024 08:47:12 -0700 Subject: [PATCH] fixing CI --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 84d85a6..0d2a76a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,9 +34,9 @@ jobs: arch: ${{ matrix.arch }} - uses: julia-actions/cache@v1 - run: | - using Pkg - Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry" - shell: bash -c "julia --color=yes {0}" + using Pkg + Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry" + shell: bash -c "julia --color=yes {0}" - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 docs: