We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt upgrade
1 parent a896a2c commit 9d9f8afCopy full SHA for 9d9f8af
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,6 @@ jobs:
51
if: ${{ matrix.runner == 'ubuntu-latest' }}
52
run: |
53
sudo apt -y update
54
- sudo apt -y upgrade
55
sudo apt -y install xrootd-client
56
- name: install xrootd-client (macos)
57
if: ${{ matrix.runner == 'macos-latest' }}
@@ -89,7 +88,6 @@ jobs:
89
88
- name: install xrootd-client
90
91
92
93
94
- uses: cvmfs-contrib/github-action-cvmfs@v5
95
with:
@@ -121,7 +119,6 @@ jobs:
121
119
122
120
123
124
125
126
- uses: actions/download-artifact@v5
127
0 commit comments