1
0
Fork 0
forked from blue/mlc

CI, try 11

This commit is contained in:
Blue 2023-10-11 17:09:54 -03:00
parent 97ffe45b24
commit a337cc7ec3
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@ jobs:
- name: Clone the AUR repository
run: |
echo "${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}" > key
chmod 600 key
GIT_SSH_COMMAND="ssh -i key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git clone ssh://aur@aur.archlinux.org/mlc.git aur
chmod 777 -R aur/.SRCINFO
cd aur