Skip to content

Commit

Permalink
Install meson
Browse files Browse the repository at this point in the history
Change-Id: I41f4fb5b9c006710b1619e626daa69e620475669
  • Loading branch information
kpet committed Nov 22, 2024
1 parent 26e7cb0 commit 060ad65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-mesa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 0
submodules: false
- name: Install required packages
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: sudo apt install -y meson
- name: Setup Ninja
uses: ./.github/actions/setup-ninja
- name: Fetch sources
Expand Down

0 comments on commit 060ad65

Please sign in to comment.