Skip to content

Commit

Permalink
Try to get a ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
SchaichAlonso committed Oct 19, 2023
1 parent b568d54 commit e37bcc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
if: ${{ matrix.os == 'ubuntu-22.04' }}
shell: bash
run: sudo apt-get install libgl1-mesa-dev mesa-common-dev


- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Checkout Repository
uses: actions/checkout@v3
Expand All @@ -81,7 +83,7 @@ jobs:
${{matrix.mono}} $((./vcpkg/vcpkg fetch nuget) | tail -n 1) setapikey "${{ secrets.GITHUB_TOKEN }}" \
-source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
${{matrix.mono}} $((./vcpkg/vcpkg fetch nuget) | tail -n 1) sources
- name: Configure
shell: pwsh
run: cmake --preset ci-${{ matrix.generator }}-${{ matrix.vcpkg_target_triplet }}-${{ matrix.build_type }}
Expand Down

0 comments on commit e37bcc6

Please sign in to comment.