Skip to content

Commit c49c5e8

Browse files
committed
Remove apt upgrade in CI
1 parent 987436c commit c49c5e8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build-ubuntu-sdist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
# https://github.com/actions/runner-images/issues/7192
6060
# https://github.com/orgs/community/discussions/47863
6161
run: |
62-
sudo apt-mark hold grub-efi-amd64-signed
6362
sudo apt-get update --fix-missing
64-
sudo apt-get upgrade
6563
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev python3-setuptools python3-dev
6664
pip3 install sphinx"<7.2.0" numpy>=1.21.0
6765

.github/workflows/cppcheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
# https://github.com/actions/runner-images/issues/7192
2929
# https://github.com/orgs/community/discussions/47863
3030
run: |
31-
sudo apt-mark hold grub-efi-amd64-signed
3231
sudo apt-get update --fix-missing
33-
sudo apt-get upgrade
3432
sudo apt install cppcheck
3533
3634
- name: Run Static Checker

0 commit comments

Comments
 (0)