diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05b7236acdd1586673ee12c75df463c7601e029c..f6c9228b298d233cbeb8b32b8105583e2f1b9444 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type - run: cmake -B ${{github.workspace}}/build -DENABLE_ASAN=ON + run: cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/local -B ${{github.workspace}}/build -DENABLE_ASAN=ON - name: Build # Build your program with the given configuration