Skip to content

Commit fcbc1fd

Browse files
committed
Fix
1 parent c210439 commit fcbc1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ jobs:
105105
echo "AOCLUTILS_DIR=$(spack location -i aocl-utils)" >> $GITHUB_ENV
106106
- name: CMake
107107
run: |
108-
module load cmake
108+
source /apps/spacks/current/share/spack/setup-env.sh
109+
spack load /ia2365b
109110
cmake -B build -DENABLE_AOCLSPARSE=ON
110111
111112
rocsparse:

0 commit comments

Comments
 (0)