Skip to content

Commit

Permalink
Workaround for broken LMOD
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Sep 11, 2024
1 parent 3a0d732 commit fd522ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/environment_redhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# This is working around GitHub Actions running commands in non-login shells
# that would otherwise not have the `module` command available.
export LMOD_SH_DBG_ON=1
set +e
source /etc/profile.d/modules.sh
set -e
# ---
# --- End GitHub-Actions-specific code ---
# ---
Expand Down

0 comments on commit fd522ce

Please sign in to comment.