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:
4
.github/actions/prepare/action.yml
vendored
4
.github/actions/prepare/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user