Skip to content

Commit 6bf13d6

Browse files
authored
Merge pull request #391 from djarecka/fix/GA_singularity
fixing singularity GA workflow: adding singularity path to GITHUB_PATH
2 parents 00d6ea4 + 2bf7d54 commit 6bf13d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testsingularity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: Build
3535
run: |
3636
cd singularity
37-
./mconfig --without-suid -p ${{ runner.tool_cache }}/singularity/${{ env.RELEASE_VERSION }}/x64
37+
./mconfig --without-suid -p /usr/local/
3838
make -C ./builddir
3939
sudo make -C ./builddir install
4040
cd ..
4141
- name: Echo singularity version
4242
run: |
4343
echo ${{ github.ref }}
44-
${{ runner.tool_cache }}/singularity/${{ env.RELEASE_VERSION }}/x64/bin/singularity --version
44+
singularity --version
4545
4646
4747
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)