Skip to content

Commit

Permalink
use vc from vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Mar 28, 2022
1 parent 6c9b6bf commit 570e890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ jobs:
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=$env:BOOST_ROOT"
- name: vcpkg install dependencies
run: |
vcpkg install catch2 fmt tinyobjloader
vcpkg install vc --head # MSVC patch is not released yet
vcpkg install catch2 fmt vc tinyobjloader
- name: install alpaka
run: |
git clone https://github.com/alpaka-group/alpaka.git
Expand Down

0 comments on commit 570e890

Please sign in to comment.