Skip to content

Commit

Permalink
workflow fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 7, 2024
1 parent 38541f9 commit 5cad95d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workshop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Install updated podman
run: |
sudo add-apt-repository -y ppa:projectatomic/ppa
sudo apt update
sudo apt install -y podman
podman --version
sudo apt update
sudo apt install -y podman
podman --version
- name: Install Perl Dependencies
run: |
Expand Down

0 comments on commit 5cad95d

Please sign in to comment.