We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0faee commit e5fab0fCopy full SHA for e5fab0f
1 file changed
.github/workflows/build-linux.yml
@@ -596,6 +596,7 @@ jobs:
596
- name: Download static Docker CLI
597
if: contains(matrix.platform.deps, 'docker')
598
run: |
599
+ (sudo apt update || apt update || :) && (sudo apt install -y curl || apt install -y curl || sudo dnf install curl || dnf install curl)
600
DOCKER_VERSION="29.0.0"
601
curl -fsSL "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" -o docker.tgz
602
tar -xzf docker.tgz
@@ -670,3 +671,4 @@ jobs:
670
671
mcpelauncher-build/*.deb
672
mcpelauncher-build/*.rpm
673
674
+
0 commit comments