Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Fix workflow so it can git clone repos
Browse files Browse the repository at this point in the history
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
@@ -44,9 +44,11 @@ jobs:
- name: Set source permissions
run: |
chown -R nonroot:nonroot .
- uses: webfactory/ssh-agent@v0.8.0
- 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

0 comments on commit 4153295

Please sign in to comment.