ci: revert: fix broken microsoft repo

This reverts commit 3ba4c98a1d.

A repo from microsoft was not available, that lead to ci
actions failing. This hat been fixed, so this workaround
is no longer needed.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-04-24 15:37:03 +02:00 committed by Alberto Escolar
commit 300de90ab6
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Install Packages
run: |
sudo apt-get update || true
sudo apt-get update
sudo apt-get install coccinelle
- name: Run Coding Guildeines Checks

View file

@ -73,7 +73,7 @@ jobs:
- name: install-pkgs
run: |
sudo apt-get update || true
sudo apt-get update
sudo apt-get install -y wget python3-pip git ninja-build graphviz lcov
wget --no-verbose "https://github.com/doxygen/doxygen/releases/download/Release_${DOXYGEN_VERSION//./_}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz"
sudo tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz -C /opt

View file

@ -53,7 +53,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update || true
sudo apt-get update
sudo apt-get install -y python3-venv
sudo pip3 install -U setuptools wheel pip gitpython

View file

@ -24,7 +24,7 @@ jobs:
- name: install-packages
run: |
sudo apt-get update || true
sudo apt-get update
sudo apt-get install discount
- uses: brcrista/summarize-issues@v4