Skip to content

Commit

Permalink
Remove unnecessary docker setup action
Browse files Browse the repository at this point in the history
Docker is already installed on Ubuntu images.
  • Loading branch information
nickelc authored and sdroege committed Dec 7, 2023
1 parent c4fb3af commit f33eba1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ jobs:
with:
rust-version: ${{ matrix.rust }}

- name: Install and configure docker
uses: docker-practice/actions-setup-docker@v1

- name: Running Autobahn TestSuite for client
run: ./scripts/autobahn-client.sh

Expand Down

0 comments on commit f33eba1

Please sign in to comment.