ci: Remove unnecessary apt-get upgrade (#3082)

Causes update to irrelevant packages and added flakeyness

Fixes #3066
This commit is contained in:
Mattias Wadman
2024-03-28 14:01:03 +01:00
committed by GitHub
parent ce2638af40
commit afe0afaf06
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -81,7 +81,6 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y automake autoconf libtool crossbuild-essential-${{ matrix.arch }}
- name: Build
run: |
-1
View File
@@ -16,7 +16,6 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y automake autoconf libtool valgrind
- name: Build
run: |