diff --git a/.github/workflows/modules/fake_module.lua b/.github/workflows/modules/fake_module.lua index f23a69c008..e45cb640d6 100644 --- a/.github/workflows/modules/fake_module.lua +++ b/.github/workflows/modules/fake_module.lua @@ -1 +1,3 @@ setenv("INSIDE_GITHUB_ACTIONS", "true") +-- Interfere with PATH so Lmod keeps a record +prepend_path("PATH", "/snap/bin")