Skip to content

Commit

Permalink
ci: Use built-in vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 25, 2023
1 parent aab6d7b commit ac36ab1
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,10 @@ jobs:
with:
version: "14.0"

- name: vcpkg list version
run: vcpkg --version

- name: Setup VCPKG_ROOT (Unix)
if: matrix.config.os == 'ubuntu-latest' || matrix.config.os == 'macos-latest'
run: |
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg/" >> $GITHUB_ENV
- name: Setup VCPKG_ROOT (Windows)
if: matrix.config.os == 'windows-latest'
- name: vcpkg install
run: |
echo "VCPKG_ROOT=${{ github.workspace }}\vcpkg\" >> $env:GITHUB_ENV
- name: List vcpkg
run: vcpkg list
vcpkg install cli11
vcpkg list
- name: Build Ninja
run: |
Expand Down

0 comments on commit ac36ab1

Please sign in to comment.