Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Change-Id: Ia430fe7ea4db530753b62b688ed9b92e65a41f25
  • Loading branch information
kpet committed Nov 22, 2024
1 parent 060ad65 commit 99795ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-mesa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- name: Configure
shell: bash
run: |
cd mesa
meson setup -Dvulkan-drivers='swrast' -Dintel-clc=system -Dopengl=false -Dgles1=false -Dgles2=false -Dgallium-drivers='llvmpipe' build
- name: Build
run: |
ninja -C build
ninja -C mesa/build
#- name: Compose artifact path
# shell: bash
# run: |
Expand Down

0 comments on commit 99795ba

Please sign in to comment.