Skip to content

Commit

Permalink
gha-setup-ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 13, 2024
1 parent b05a4c0 commit 1f0b067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
with:
vcpkgDirectory: '${{github.workspace}}/scripts/vcpkg'

- uses: seanmiddleditch/gha-setup-ninja@master
if: ${{ matrix.package_manager == 'vcpkg' }}

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

0 comments on commit 1f0b067

Please sign in to comment.