Skip to content

Commit 974cb10

Browse files
authored
Fix for Fedora latest (#73)
1 parent ec90808 commit 974cb10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/environment_redhat.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# ---
55
# This is working around GitHub Actions running commands in non-login shells
66
# that would otherwise not have the `module` command available.
7+
set +e
78
source /etc/profile.d/modules.sh
9+
set -e
810
# ---
911
# --- End GitHub-Actions-specific code ---
1012
# ---

0 commit comments

Comments
 (0)