Skip to content

Commit 5948405

Browse files
committed
ci: rm unneeded apt upgrade
Now that 24.04 has been released, 'apt upgrade' is not needed anymore for this job.
1 parent 0394629 commit 5948405

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/CI.yml

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- name: Install dependencies
6464
run: |
6565
apt update --yes
66-
apt upgrade --yes
6766
6867
# NOTE: do not change the below with an `actions/setup-node` step! or it
6968
# would make this CI job entirely pointless

0 commit comments

Comments
 (0)