Skip to content

Commit

Permalink
maybe this'll work
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent 4970b99 commit ee467a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
name: Windows Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
- name: vcpkg build
uses: johnwason/vcpkg-action@v6
id: vcpkg
with:
pkgs: glfw3 assimp pugixml
manifest-dir: ./src
triplet: x64-windows-release
token: ${{ github.token }}
github-binarycache: true
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Cmake Build and Configure
run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -S ./src -B ./src/build
- name: Copy assets
Expand Down

0 comments on commit ee467a3

Please sign in to comment.