Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMonster99 committed Sep 11, 2023
1 parent 05289c8 commit 1b07011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: |
${{ github.workspace }}/vcpkg/vcpkg.exe install nlohmann-json:x86-windows
- name: Install DirectX SDK
run: |
choco install -y directx-sdk-june-2010
shell: cmd

- name: Build Installer
run: |
msbuild /p:Configuration=Release /p:Platform=x86 /m installer.sln
Expand Down

0 comments on commit 1b07011

Please sign in to comment.