Skip to content

Commit

Permalink
Fix workflow so it can git clone repos
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Jan 21, 2024
1 parent 9fc4a8a commit 4153295
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
- name: Set source permissions
run: |
chown -R nonroot:nonroot .
- uses: webfactory/[email protected]
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
host: gitlab.com
private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Build packages
run: |
sudo -E -u nonroot just makepkg_flags=$makepkg_flags all
Expand Down

0 comments on commit 4153295

Please sign in to comment.