Skip to content

Commit

Permalink
fixed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanCorDX committed Oct 10, 2024
1 parent d65bf60 commit 8998b95
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ jobs:
- name: Install native dependencies
run: sudo apt-get install -y libsqlite3-dev

#######################################################
### This is required while rbuilder repo is private ###
#######################################################

# https://github.com/webfactory/ssh-agent
- name: Give GitHub Actions access to rbuilder-private
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.RBUILDER_PRIVATE_DEPLOY_KEY }}

- name: Configure Git to use deploy key
run: |
echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $GITHUB_ENV
git config --global url."ssh://[email protected]".insteadOf "https://github.com"
#######################################################

# lint and test
Expand Down

0 comments on commit 8998b95

Please sign in to comment.