From 37b2ba3d204bad9779524dd3f807c86a071cbb71 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Thu, 7 Dec 2023 08:41:44 +0100 Subject: [PATCH] Remove unneceassary docker setup action Docker is already installed on Ubuntu images. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d6b08..37f4ef2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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