From 46412caafa17e85c020c0d23c8bf5458f6704e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sat, 29 Jan 2022 02:38:19 +0100 Subject: [PATCH] Fix macOS build --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6a1997c2e..d1fdcb2e3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -246,7 +246,7 @@ jobs: -D NEW_DYNAREC=${{ matrix.build.new-dynarec }} -D CMAKE_BUILD_TYPE=${{ matrix.build.type }} - name: Build - run: cmake --build build --target install + run: cmake --build build - name: Generate package run: cmake --install build --prefix ./build/artifacts ${{ matrix.build.strip }} - uses: actions/upload-artifact@v2