Skip to content

Commit bef3d9f

Browse files
committed
ci: Run apt-get update first
Signed-off-by: Zack Cerza <zack@cerza.org>
1 parent f65c211 commit bef3d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Install packages
32-
run: sudo apt install podman golang-github-containernetworking-plugin-dnsname sqlite3 jq
32+
run: sudo apt-get update && sudo apt-get install podman golang-github-containernetworking-plugin-dnsname sqlite3 jq
3333
- name: Create virtualenv
3434
run: python3 -m venv venv
3535
- name: Install

0 commit comments

Comments
 (0)