From 6591b6e2d381b353b03cea8f9d9e5385778d2cde Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Sun, 21 Apr 2024 14:26:09 -0500 Subject: [PATCH] fix module load path Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: f0ec149497639c26d85431166de75c8099dcc8a8] --- projects/rocprofiler-compute/.github/workflows/tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/tarball.yml b/projects/rocprofiler-compute/.github/workflows/tarball.yml index b5f0bb2a77..17e91c7007 100644 --- a/projects/rocprofiler-compute/.github/workflows/tarball.yml +++ b/projects/rocprofiler-compute/.github/workflows/tarball.yml @@ -102,7 +102,7 @@ jobs: - name: Access omniperf using modulefile run: | . /etc/profile.d/lmod.sh - module use $INSTALL_DIR/share/omniperf/modulefiles + module use $INSTALL_DIR/omniperf/share/omniperf/modulefiles module load omniperf module list omniperf --version