Update .github/workflows/build-canaryi386.yml

This commit is contained in:
ferreo 2024-07-25 21:46:43 +02:00
parent 641a46e490
commit b19a4e14e7

View File

@ -22,9 +22,9 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ vars.SSH_KEY }}
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ vars.KNOWN_HOSTS }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache