Skip to content

Commit

Permalink
ci: Remove unnecessary apt-get upgrade (#3082)
Browse files Browse the repository at this point in the history
Causes update to irrelevant packages and added flakeyness

Fixes #3066
  • Loading branch information
wader authored Mar 28, 2024
1 parent ce2638a commit afe0afa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit afe0afa

Please sign in to comment.