Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Feb 2, 2025
1 parent 10a8c32 commit 05022fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
export LUISA_CC=gcc-${{ matrix.compiler.version }}
export LUISA_CXX=g++-${{ matrix.compiler.version }}
export LUISA_FLAGS=""
export CMAKE_BUILD_PARALLEL_LEVEL=1 # to avoid OOM on GitHub Actions
if [ "${{ config }}" = "Debug" ]; then
export CMAKE_BUILD_PARALLEL_LEVEL=1 # to avoid OOM on GitHub Actions
fi
else
export LUISA_CC=clang-${{ matrix.compiler.version }}
export LUISA_CXX=clang++-${{ matrix.compiler.version }}
Expand Down

0 comments on commit 05022fb

Please sign in to comment.