Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Dec 19, 2023
1 parent 120eed1 commit 3631930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
sudo apt update && sudo apt -y install podman
- name: Emulate docker with podman
run: |
ver=$(podman version)
ver=$(rpm -qa | grep conmon)
mkdir -p $HOME/.bin
cat <(echo '#!/usr/bin/env bash') <(echo 'exec podman "$@"') > $HOME/.bin/docker
chmod +x $HOME/.bin/docker
Expand Down

0 comments on commit 3631930

Please sign in to comment.