Skip to content

Commit

Permalink
windows actually build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent 3d0fe5e commit 35be226
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
triplet: x64-windows-release
token: ${{ github.token }}
github-binarycache: true
- name: Cmake Build and Configure
- name: Cmake Configure
run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -S ./src -B ./src/build
- name: Cmake Build
working-directory: ./src
run: cmake --build ./build
- name: Copy assets
run: cp -r ./Assets ./src/build/Assets
- name: Upload Build Artifacts
Expand Down

0 comments on commit 35be226

Please sign in to comment.