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