Skip to content

Commit

Permalink
this*
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent 5763598 commit a37be04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
c-compiler: clang
cxx-compiler: clang++
source-dir: ./src
CMAKE_TOOLCHAIN_FILE: ${{ steps.vcpkg.outputs.toolchain-file }}
# Pass the toolchain file to the cmake-action
build-args: -DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.toolchain-file }}
- name: Copy assets
run: cp -r ./Assets ./src/build/Assets
- name: Upload Build Artifacts
Expand Down

0 comments on commit a37be04

Please sign in to comment.