Skip to content

Commit

Permalink
Update CI.yml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Jun 25, 2021
1 parent 8551757 commit 002298b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.BEACONBUDDY_SSH_KEY }}
- name: Set up registries
run: |
git config --global url.git@github.com:.insteadOf https://github.com/
git clone git@github.com:JuliaRegistries/General.git ~/.julia/registries/General
git clone git@github.com:beacon-biosignals/BeaconRegistry.git ~/.julia/registries/Beacon
- uses: actions/cache@v2
with:
path: ~/.julia/artifacts
Expand Down

0 comments on commit 002298b

Please sign in to comment.