Skip to content

Commit 7fec2fa

Browse files
committed
ci: Don't run apt upgrade
This tries to upgrade firefox to a snap package and wastes time downloading MBs... https://github.com/flatpak/flatpak-builder/actions/runs/17385865788/job/49352696434?pr=655#step:2:142
1 parent d2abdda commit 7fec2fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
- name: Install Dependencies
9090
run: |
9191
sudo apt-get update
92-
sudo apt-get upgrade -y
9392
sudo apt-get install -y \
9493
${{ matrix.compiler }} \
9594
attr \

0 commit comments

Comments
 (0)