Skip to content

Commit

Permalink
fix: install docker again
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 36f8d72 commit 2af42cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
path: android/
name: android-dist
retention-days: 1
- name: Install Docker
run: |
apt update
apt install -y docker.io
systemctl start docker
systemctl enable docker
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
with:
Expand Down

0 comments on commit 2af42cd

Please sign in to comment.