Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesBareilles committed Mar 24, 2023
1 parent 38547f4 commit 7d5556a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d5556a

Please sign in to comment.