Skip to content

Commit f850a55

Browse files
committed
needs cvmfs for ccdb
1 parent aae8a4d commit f850a55

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/ci.yml

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ jobs:
176176
with:
177177
java-version: ${{ env.java_version }}
178178
distribution: ${{ env.java_distribution }}
179+
- name: setup cvmfs
180+
uses: cvmfs-contrib/github-action-cvmfs@v5
181+
with:
182+
cvmfs_repositories: 'oasis.opensciencegrid.org'
179183
- uses: actions/download-artifact@v5
180184
with:
181185
name: build_ubuntu-latest

0 commit comments

Comments
 (0)