Skip to content

Commit

Permalink
nokey
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Feb 29, 2024
1 parent 899bb08 commit 7102511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
cpp_compiler: [g++]

steps:
- uses: actions/checkout@v3
# Add ssh-key to clone repository cadical
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
# - uses: actions/checkout@v3
# # Add ssh-key to clone repository cadical
# - uses: webfactory/ssh-agent@v0.9.0
# with:
# ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install libarchive
run: |
Expand Down

0 comments on commit 7102511

Please sign in to comment.