Prompt apt to update prior to prepare

Working around an apparent error in GitHub

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-03-09 19:10:51 -07:00
parent cc9f316af1
commit 8c63d34bc5

View File

@@ -8,6 +8,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Update apt
run: sudo apt update
shell: bash
- name: Install gpgme (dependency)
run: sudo apt-get install libgpgme-dev
shell: bash