Skip to content

Commit

Permalink
setvars to dev null
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Aug 25, 2023
1 parent 437a343 commit e0c98fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# 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: >
source /opt/intel/oneapi/setvars.sh;
source /opt/intel/oneapi/setvars.sh &> /dev/null;
module load ${{ matrix.c_compiler }} ${{ matrix.chip_backend }};
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
Expand Down

0 comments on commit e0c98fc

Please sign in to comment.