Skip to content

Commit

Permalink
fix: jug_xl -> eic_xl; cvmfs-contrib/github-action-cvmfs@v4; actions/…
Browse files Browse the repository at this point in the history
…checkout@v4 (#99)

### Briefly, what does this PR introduce?
This PR replaces instances of jug_xl to eic_xl.
  • Loading branch information
wdconinc authored Dec 1, 2024
1 parent 09d18ef commit 55e3e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
run: |
PREFIX=${PWD}/install
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- /home/runner/work/_temp:/home/runner/work/_temp
# FIXME hard-coded: see https://github.com/actions/upload-pages-artifact/pull/14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: build-eic-shell
Expand Down

0 comments on commit 55e3e9b

Please sign in to comment.