Skip to content

Commit

Permalink
Instal docker via convenience script
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Feb 27, 2025
1 parent 6ec1753 commit a2204e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,12 @@ jobs:
run: |
apt update
apt install -y sudo
- name: Set up Docker
uses: docker/setup-docker-action@v4
# - name: Set up Docker
# uses: docker/setup-docker-action@v4
- name: Install docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit a2204e3

Please sign in to comment.