Skip to content

Commit

Permalink
Brew install podman
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed May 10, 2024
1 parent 8ec9945 commit 34b994e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Install Just
uses: extractions/setup-just@v1

- name: Setup Podman
run: |
brew install podman
- name: Build Image
run: |
just build-atomic ${{ matrix.images }}

0 comments on commit 34b994e

Please sign in to comment.