Skip to content

Commit 17690df

Browse files
committed
fix: fix docker
1 parent 5d434a6 commit 17690df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_musllinux_arm64_wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
steps:
2727
- name: Setup Docker permissions
2828
run: |
29+
# Update Docker to latest version
30+
curl -fsSL https://get.docker.com -o get-docker.sh
31+
sudo sh get-docker.sh
32+
2933
# Ensure Docker is running
3034
sudo systemctl start docker
3135
sudo systemctl enable docker

0 commit comments

Comments
 (0)