We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21a2e2 commit 5761621Copy full SHA for 5761621
1 file changed
bench-ci/guix/libexec/prelude.bash
@@ -10,7 +10,7 @@ source contrib/shell/git-utils.bash
10
11
# Source guix profile from the runner home directory
12
GUIX_PROFILE=/home/github-runner/.config/guix/current
13
-. "$GUIX_PROFILE/etc/profile"
+. "$GUIX_PROFILE/etc/profile" || true
14
echo "Using the following guix command:"
15
command -v guix
16
echo "Guix command symlink points to:"
0 commit comments