From 1b61e078bce154fc24d23f4c5c5781895732f19b Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 19 May 2020 11:45:37 +0200 Subject: [PATCH] ci(xcode): Fix install step --- .github/workflows/macos_cpp.yml | 2 +- .github/workflows/macos_dotnet.yml | 2 +- .github/workflows/macos_java.yml | 2 +- .github/workflows/macos_python.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_cpp.yml b/.github/workflows/macos_cpp.yml index 0d0de37f8d..a5007c467d 100644 --- a/.github/workflows/macos_cpp.yml +++ b/.github/workflows/macos_cpp.yml @@ -30,4 +30,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install diff --git a/.github/workflows/macos_dotnet.yml b/.github/workflows/macos_dotnet.yml index 86bc5d00df..74710e423b 100644 --- a/.github/workflows/macos_dotnet.yml +++ b/.github/workflows/macos_dotnet.yml @@ -43,4 +43,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install diff --git a/.github/workflows/macos_java.yml b/.github/workflows/macos_java.yml index b2ac959d37..597603164f 100644 --- a/.github/workflows/macos_java.yml +++ b/.github/workflows/macos_java.yml @@ -43,4 +43,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 999c37bb21..7278510a42 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -39,4 +39,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install