Skip to content

Commit cf9044e

Browse files
committed
fix symlink
1 parent 41b0067 commit cf9044e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr-verify.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jobs:
5353
run: |
5454
sudo apt-get update
5555
sudo apt-get -y install podman podman-compose podman-docker
56-
ln -s /var/run/user/$(id -u)/podman/podman.sock /usr/share/docker.sock
5756
5857
- name: Configure Podman socket
5958
run: |
6059
systemctl --user enable --now podman.socket
61-
export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
60+
ln -s /usr/lib/systemd/user/podman.socket /var/run/docker.sock
6261
6362
- name: Install uv
6463
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0

0 commit comments

Comments
 (0)