mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-16 16:31:30 +00:00
fix sed path
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
9db02ac810
commit
274f5fab25
2
.github/workflows/cpp-linter.yml
vendored
2
.github/workflows/cpp-linter.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
qt.qt6.680.linux_gcc_64 extensions.qtpdf.680.linux_gcc_64 qt.qt6.680.addons.qthttpserver
|
||||
- name: Configure
|
||||
run: |
|
||||
sed -i '/file(DOWNLOAD/,+4 s/^/#/' CMakeLists.txt
|
||||
sed -i '/file(DOWNLOAD/,+4 s/^/#/' gpt4all-chat/CMakeLists.txt
|
||||
cmake -S gpt4all-chat -B gpt4all-chat/build \
|
||||
-DCMAKE_C_COMPILER=clang-18 \
|
||||
-DCMAKE_CXX_COMPILER=clang++-18 \
|
||||
|
Loading…
Reference in New Issue
Block a user