ci: do not upgrade the base image

This commit is contained in:
Boris Faure 2023-02-27 12:52:59 +01:00
parent c5a6981bfe
commit 5db187a1c0
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 0 additions and 1 deletions

View File

@ -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