1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

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

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: |

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: |