From d175aeb253f47d5eca6da7f81fe369c3a270f2ba Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Mon, 5 Aug 2024 09:53:12 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=94=AF=E6=8C=81act?= =?UTF-8?q?ion=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84=E5=BB=BA=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 931ef67..f3043a6 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -16,11 +16,6 @@ jobs: - name: Check out the repository uses: actions/checkout@v3 - - name: Set up system dependencies - run: | - sudo apt-get update - sudo apt-get install -y gcc g++ make - - name: Log in to Docker Hub uses: docker/login-action@v2 with: