Skip to content

Commit

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

0 comments on commit 32e3962

Please sign in to comment.