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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
.github/workflows/valgrind.yml
vendored
1
.github/workflows/valgrind.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user