Skip to content

Commit 7fd2804

Browse files
willcl-arkgithub-actions
authored andcommitted
allow failing source guix profile
1 parent fd80275 commit 7fd2804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench-ci/guix/libexec/prelude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source contrib/shell/git-utils.bash
1010

1111
# Source guix profile from the runner home directory
1212
GUIX_PROFILE=/home/github-runner/.config/guix/current
13-
. "$GUIX_PROFILE/etc/profile"
13+
. "$GUIX_PROFILE/etc/profile" || true
1414
echo "Using the following guix command:"
1515
command -v guix
1616
echo "Guix command symlink points to:"

0 commit comments

Comments
 (0)