Skip to content

Commit

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

- name: Install ubuntu Ninja
if: ${{ matrix.os == 'ubuntu-22.04' }}
shell: bash
run: sudo sudo apt-get install ninja-build

- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@v4
- name: Install windows Ninja
if: ${{ matrix.os == 'ubuntu-22.04' }}
shell: pwsh
run: choco install ninja

- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0d090ec

Please sign in to comment.