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 05022fb commit 4da2b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
export LUISA_CC=gcc-${{ matrix.compiler.version }}
export LUISA_CXX=g++-${{ matrix.compiler.version }}
export LUISA_FLAGS=""
if [ "${{ config }}" = "Debug" ]; then
if [ "${{ matrix.config }}" = "Debug" ]; then
export CMAKE_BUILD_PARALLEL_LEVEL=1 # to avoid OOM on GitHub Actions
fi
else
Expand Down

0 comments on commit 4da2b3a

Please sign in to comment.