Skip to content

Commit

Permalink
workflows: move to pacbrew container (wip)...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed May 2, 2024
1 parent df63c91 commit fbea11c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pacbrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: '# dummy'
- name: Adding main key to known hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
run: |
mkdir -p ~/.ssh
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
# Update pacbrew repo
- name: Update pacbrew repo and packages
Expand Down

0 comments on commit fbea11c

Please sign in to comment.