Skip to content

Commit

Permalink
ci: fix broken microsoft repo
Browse files Browse the repository at this point in the history
temporary fix broken microsoft repo

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg authored and stephanosio committed Apr 24, 2024
1 parent 297ad51 commit 3ba4c98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding_guidelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Packages
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install coccinelle
- name: Run Coding Guildeines Checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: install-pkgs
run: |
sudo apt-get update
sudo apt-get update || true
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/footprint-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install -y python3-venv
sudo pip3 install -U setuptools wheel pip gitpython
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install-packages
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install discount
- uses: brcrista/summarize-issues@v3
Expand Down

0 comments on commit 3ba4c98

Please sign in to comment.