diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a2faa41..9ae20ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,7 +54,7 @@ jobs: - name: CMake Configure run: cmake --preset ${{ inputs.cmake-preset }} - name: CMake Build - run: cmake --build out/build/${{ inputs.cmake-preset }} --target all -j 16 + run: cmake --build out/build/${{ inputs.cmake-preset }} --target BuildVDF -j 16 - name: CMake Install run: cmake --install out/build/${{ inputs.cmake-preset }} --prefix out/install/${{ inputs.cmake-preset }} - name: Archive DLL