Skip to content

Commit b5dad84

Browse files
committed
fix(ci): don't apt upgrade (#811)
1 parent eaa447d commit b5dad84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
if: ${{ matrix.runner == 'ubuntu-latest' }}
5252
run: |
5353
sudo apt -y update
54-
sudo apt -y upgrade
5554
sudo apt -y install xrootd-client
5655
- name: install xrootd-client (macos)
5756
if: ${{ matrix.runner == 'macos-latest' }}
@@ -89,7 +88,6 @@ jobs:
8988
- name: install xrootd-client
9089
run: |
9190
sudo apt -y update
92-
sudo apt -y upgrade
9391
sudo apt -y install xrootd-client
9492
- uses: cvmfs-contrib/github-action-cvmfs@v5
9593
with:
@@ -121,7 +119,6 @@ jobs:
121119
- name: install xrootd-client
122120
run: |
123121
sudo apt -y update
124-
sudo apt -y upgrade
125122
sudo apt -y install xrootd-client
126123
- uses: actions/download-artifact@v5
127124
with:

0 commit comments

Comments
 (0)