Skip to content

Commit

Permalink
👻 update podman in the runner
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Apr 24, 2024
1 parent dc4f369 commit 8c9f89c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Build anaylzer and save image
working-directory: analyzer-lsp
run: |
sudo apt-get update
sudo apt-get install -y --only-upgrade podman
podman --version
podman build -t quay.io/konveyor/analyzer-lsp:latest .
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8c9f89c

Please sign in to comment.