From eb321d753deae7b8596a1d22054744d5e1072649 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Fri, 26 Apr 2024 20:20:16 +0800 Subject: [PATCH] feat: fix CI macOS error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65da114b..0c03c850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Configuring CMake files id: building-files run: | - mkdir build && cd build && cmake .. + mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=~/local - name: Building library id: building-lib run: |