feat(Deps/Boost): add boost support (#5676)

* feat(Deps/Boost): add boost support

* 1

* 2

* to 1.74
This commit is contained in:
Kargatum
2021-05-23 18:53:15 +07:00
committed by GitHub
parent af28aeebde
commit 50adcf2065
9 changed files with 114 additions and 11 deletions

View File

@@ -12,11 +12,13 @@ jobs:
fail-fast: false
runs-on: windows-2019
name: windows-2019-MSVC16
env:
BOOST_ROOT: C:\local\boost_1_74_0
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v2
- name: Configure OS
run: choco install --no-progress openssl
run: choco install --no-progress openssl boost-msvc-14.2
- name: Build
shell: bash
run: |