Skip to content

Commit

Permalink
New setup path to msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 19, 2020
1 parent 55e0058 commit dd4c4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
run: |
pip install --upgrade conan urllib3
conan install . --build
- name: Setup msbuild
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build P(NG)Convert
run: |
cmake . -DCMAKE_CL_64=1 -DCMAKE_GENERATOR_PLATFORM=x64 -Ax64
Expand Down

0 comments on commit dd4c4e8

Please sign in to comment.