Skip to content

Commit

Permalink
cant miss me with this
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent e8a2d8c commit c7f1c2f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,8 @@ jobs:
github-binarycache: true
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Configure and Build Project
uses: threeal/cmake-action@main
with:
c-compiler: clang
cxx-compiler: clang++
source-dir: ./src
# Pass the toolchain file to the cmake-action
options: ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} VCPKG_TARGET_TRIPLET=x64-windows
- name: Cmake Build and Configure
run: cmake ${{ steps.vcpkg.outputs.toolchain_file }} -S ./src -B ./src/build
- name: Copy assets
run: cp -r ./Assets ./src/build/Assets
- name: Upload Build Artifacts
Expand Down

0 comments on commit c7f1c2f

Please sign in to comment.