From 85306cf6f101684778c2e536f9db0e7c08092aa8 Mon Sep 17 00:00:00 2001 From: Stensmo Date: Mon, 4 Sep 2023 00:05:10 +0200 Subject: [PATCH] Added key to ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d44117..6584712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,9 @@ jobs: ${{ runner.os }}-test-${{ env.cache-name }}- ${{ runner.os }}-test- ${{ runner.os }}- + - run: + mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts + ssh-keyscan test.rebex.net >> ~/.ssh/known_hosts - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1