Fix macOS build

This commit is contained in:
David Hrdlička 2022-01-29 02:38:19 +01:00
parent 2358135a2e
commit 46412caafa

View File

@ -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