Skip to content

Commit 7696298

Browse files
committed
try traditional path
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
1 parent a29e1b1 commit 7696298

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
wget -qO- https://github.com/sylabs/singularity/releases/download/v${SINGULARITY_VERSION}/singularity-${SINGULARITY_VERSION}.tar.gz | \
3737
tar xzv && \
3838
cd singularity && \
39-
./mconfig -p /usr/local/singularity && \
39+
./mconfig -p /usr/local && \
4040
make -C builddir && \
4141
sudo make -C builddir install
4242
@@ -48,10 +48,9 @@ jobs:
4848
SINGULARITY_RECIPE: Singularity
4949
OUTPUT_CONTAINER: container.sif
5050
run: |
51-
export PATH=/usr/local/singularity/bin:$PATH
5251
ls
5352
if [ -f "${SINGULARITY_RECIPE}" ]; then
54-
sudo singularity build ${OUTPUT_CONTAINER} ${SINGULARITY_RECIPE}
53+
sudo -E singularity build ${OUTPUT_CONTAINER} ${SINGULARITY_RECIPE}
5554
else
5655
echo "${SINGULARITY_RECIPE} is not found."
5756
echo "Present working directory: $PWD"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy