1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
This commit is contained in:
Jason Nagin 2024-08-21 10:12:05 -04:00 committed by GitHub
parent 54d9614590
commit 0ff3dbaa97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
steps:
- name: Install packages
run: |
apt install -y make rsync
sudo apt install -y make rsync
# Checkout Main Repo
- uses: actions/checkout@v2