We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65c211 commit bef3d9fCopy full SHA for bef3d9f
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v2
31
- name: Install packages
32
- run: sudo apt install podman golang-github-containernetworking-plugin-dnsname sqlite3 jq
+ run: sudo apt-get update && sudo apt-get install podman golang-github-containernetworking-plugin-dnsname sqlite3 jq
33
- name: Create virtualenv
34
run: python3 -m venv venv
35
- name: Install
0 commit comments