Skip to content

Commit

Permalink
Install Microsoft Visual C++
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 13, 2024
1 parent 6a7c866 commit 52c95d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
echo "${{github.workspace}}/scripts/vcpkg" >> $GITHUB_PATH
echo "TOOLCHAIN_FILE=$TOOLCHAIN_FILE" >> $GITHUB_ENV
- name: "(vcpkg only) Install Microsoft Visual C++"
if: ${{ matrix.package_manager == 'vcpkg' }}
uses: ilammy/msvc-dev-cmd@v1

- name: Install Dependencies
run: |
echo "vcpkg location: $(which vcpkg)"
Expand Down

0 comments on commit 52c95d1

Please sign in to comment.