Skip to content

Commit

Permalink
Fix github action. Configure SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Sep 10, 2024
1 parent 0f5608b commit 542a913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
image: erlang:${{ matrix.erlang }}

steps:
- name: Setup SSH
run: ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts

- uses: actions/checkout@v3

- name: Run tests
Expand Down

0 comments on commit 542a913

Please sign in to comment.