Skip to content

Commit c32bb95

Browse files
committed
Always build dependencies in Release mode now. There is not enough disk space for linux-debug on GHA anymore.
1 parent 730aeba commit c32bb95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gha_deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ else
3232
NPROCS=2
3333
fi
3434

35-
./build_dependencies.sh --build-type=$BUILD_TYPE --num-procs=$NPROCS --clean-after
35+
# Always build dependencies in Release mode now. There is not enough disk space for linux-debug on GHA anymore.
36+
./build_dependencies.sh --build-type=Release --num-procs=$NPROCS --clean-after
3637
rm -rf $BUILD_DIR
3738
fi

0 commit comments

Comments
 (0)