ci: do not upgrade the base image

pull/8/head
Boris Faure 1 month ago
parent c5a6981bfe
commit 5db187a1c0
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
  1. 1
      .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

Loading…
Cancel
Save