Skip to content

Commit e5fab0f

Browse files
[no ci]
1 parent 4c0faee commit e5fab0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ jobs:
596596
- name: Download static Docker CLI
597597
if: contains(matrix.platform.deps, 'docker')
598598
run: |
599+
(sudo apt update || apt update || :) && (sudo apt install -y curl || apt install -y curl || sudo dnf install curl || dnf install curl)
599600
DOCKER_VERSION="29.0.0"
600601
curl -fsSL "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" -o docker.tgz
601602
tar -xzf docker.tgz
@@ -670,3 +671,4 @@ jobs:
670671
mcpelauncher-build/*.deb
671672
mcpelauncher-build/*.rpm
672673
674+

0 commit comments

Comments
 (0)