From 62c80985ff0ae49bca35bf00267945fe5bac03db Mon Sep 17 00:00:00 2001 From: Nikolay Bogoychev Date: Sun, 30 Jul 2023 11:16:12 +0000 Subject: [PATCH] Fix mac compilation --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 84c6f88c2..660d44b7d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -36,7 +36,7 @@ jobs: -DCOMPILE_CPU=on \ -DCOMPILE_CUDA=off \ -DCOMPILE_EXAMPLES=on \ - -DCOMPILE_SERVER=on \ + -DCOMPILE_SERVER=off \ -DCOMPILE_TESTS=on \ -DUSE_FBGEMM=on \ -DUSE_SENTENCEPIECE=on \