Ensure apt is updated first

This commit is contained in:
Joshua M. Boniface 2024-05-26 20:03:22 -04:00
parent 0380ed8c83
commit 721c2e4b51

View File

@ -33,6 +33,7 @@ jobs:
- name: "Install dependencies"
run: |-
sudo apt-get update
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"