Skip to content

Commit 07ffd14

Browse files
fix: remove manual Docker install (already available on runners)
1 parent c3b2771 commit 07ffd14

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
toolchain: stable
6262
target: ${{ matrix.target }}
6363

64-
- name: Install Docker (Linux ARM64)
65-
if: matrix.platform == 'linux-aarch64'
66-
run: |
67-
sudo apt-get update
68-
sudo apt-get install -y docker.io
69-
sudo systemctl start docker
70-
7164
- name: Update rgb-lib submodule to target version
7265
run: |
7366
cd rgb-lib

0 commit comments

Comments
 (0)