From 5db187a1c052e2c7da8575e9399154c296986e48 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 27 Feb 2023 12:52:59 +0100 Subject: [PATCH] ci: do not upgrade the base image --- .github/workflows/coccinelle.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coccinelle.yaml b/.github/workflows/coccinelle.yaml index a79c8142..132c07b5 100644 --- a/.github/workflows/coccinelle.yaml +++ b/.github/workflows/coccinelle.yaml @@ -9,7 +9,6 @@ jobs: - name: install coccinelle run: | sudo apt update - sudo apt upgrade -y sudo apt install -y coccinelle - name: Checkout uses: actions/checkout@v3