Skip to content

Commit

Permalink
Upgrade the system package during codecov workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Jan 7, 2025
1 parent 0fcd95b commit f1e0184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
packages="$packages clang llvm"
fi
sudo apt-get install $packages
sudo apt-get update
sudo apt-get upgrade
- name: Versions of build tools
id: build-tools
Expand Down

0 comments on commit f1e0184

Please sign in to comment.