From 7d5556a92b11850a51636e43c13c7f907b9cee7f Mon Sep 17 00:00:00 2001 From: Gilles Bareilles <31352708+GillesBareilles@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:04:32 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3789fd8..32fda00 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,8 +30,8 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - uses: julia-actions/cache@v1 - - run: mkdir ~/.ssh/ - - run: ssh-keyscan codeberg.org:22 >> ~/.ssh/known_hosts + # - run: mkdir ~/.ssh/ + # - run: ssh-keyscan codeberg.org:22 >> ~/.ssh/known_hosts - run: | julia --project=NonSmoothSolvers -e ' ENV["JULIA_PKG_USE_CLI_GIT"] = true