Skip to content

Commit

Permalink
force workshop-ci to use an updated version of podman
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 7, 2024
1 parent 01b66ee commit 38541f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workshop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install updated podman
run: |
sudo add-apt-repository -y ppa:projectatomic/ppa
sudo apt update
sudo apt install -y podman
podman --version

- name: Install Perl Dependencies
run: |
sudo apt install libcoro-perl libjson-perl libjson-xs-perl libjson-validator-perl libdata-uuid-perl libdigest-sha-perl libcompress-raw-lzma-perl libcompress-raw-zlib-perl libcompress-raw-bzip2-perl cpanminus
Expand Down

0 comments on commit 38541f9

Please sign in to comment.