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 90c8dde commit 05289c8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Millennium
name: Build Installer

on:
push:
Expand Down Expand Up @@ -30,15 +30,11 @@ jobs:

- name: Install Vcpkg dependencies
run: |
${{ github.workspace }}/vcpkg/vcpkg.exe install boost:x86-windows
${{ github.workspace }}/vcpkg/vcpkg.exe install cpp-netlib:x86-windows
${{ github.workspace }}/vcpkg/vcpkg.exe install rapidjson:x86-windows
${{ github.workspace }}/vcpkg/vcpkg.exe install nlohmann-json:x86-windows
${{ github.workspace }}/vcpkg/vcpkg.exe install websocketpp:x86-windows
- name: Build Millennium
- name: Build Installer
run: |
msbuild /p:Configuration=Release /p:Platform=x86 /m millennium.sln
msbuild /p:Configuration=Release /p:Platform=x86 /m installer.sln
working-directory: ${{ github.workspace }}

- name: Set MSBuild path
Expand Down

0 comments on commit 05289c8

Please sign in to comment.