Skip to content

Commit

Permalink
Remove redundant install flags in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 8, 2024
1 parent 2c55b71 commit abb199f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Set up Docker
uses: docker/setup-buildx-action@v3
with:
install: true

- name: Start Docker service
run: sudo service docker start
Expand Down Expand Up @@ -59,8 +57,6 @@ jobs:

- name: Set up Docker
uses: docker/setup-buildx-action@v3
with:
install: true

- name: Start Docker service
run: sudo service docker start
Expand Down

0 comments on commit abb199f

Please sign in to comment.