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 4d6b7bd commit 90c8dde
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:

- name: Install Vcpkg dependencies
run: |
.\vcpkg.exe install boost:x86-windows
.\vcpkg.exe install cpp-netlib:x86-windows
.\vcpkg.exe install rapidjson:x86-windows
.\vcpkg.exe install nlohmann-json:x86-windows
.\vcpkg.exe install websocketpp:x86-windows
working-directory: ${{ github.workspace }}
${{ 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
run: |
Expand Down

0 comments on commit 90c8dde

Please sign in to comment.