We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae8a4d commit f850a55Copy full SHA for f850a55
.github-ci.yaml
@@ -0,0 +1 @@
1
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -176,6 +176,10 @@ jobs:
176
with:
177
java-version: ${{ env.java_version }}
178
distribution: ${{ env.java_distribution }}
179
+ - name: setup cvmfs
180
+ uses: cvmfs-contrib/github-action-cvmfs@v5
181
+ with:
182
+ cvmfs_repositories: 'oasis.opensciencegrid.org'
183
- uses: actions/download-artifact@v5
184
185
name: build_ubuntu-latest
0 commit comments