Skip to content

Commit

Permalink
Upgrade 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 25, 2024
1 parent dc4f369 commit 415c616
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Upgrade podman
run: |
sudo apt-get remove podman crun
sudo apt-get install passt
brew install crun
brew install podman
podman --version
crun --version
- name: Extract pull request number from inputs or PR description
run: |
echo "${{ github.event.pull_request.body }}"
Expand Down

0 comments on commit 415c616

Please sign in to comment.