summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-10-02 13:31:49 +0200
committerGitHub <noreply@github.com>2020-10-02 13:31:49 +0200
commit4e9169df8e1b912213f6792a975cabf33889ddef (patch)
treed07e27bfe75848b53823ff5e24011170cd8d36e4
parent18df4d1e5dbd905507476d92351a2f8010a49356 (diff)
downloadninja-4e9169df8e1b912213f6792a975cabf33889ddef.tar.gz
GitHub Actions: Upgrade packages before installing new ones
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4f31a7a..a3657ae 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -65,6 +65,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
+ sudo apt upgrade -y
sudo apt install -y python3-pytest ninja-build clang-tidy
pip install cmake==3.17.*