Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Change-Id: I764e23e77c854e99585fa0fdb24ce73b4373390f
  • Loading branch information
kpet committed Nov 24, 2024
1 parent b9b21cf commit e0828db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mesa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
pip list
cd mesa
meson setup -Dvulkan-drivers=swrast -Dintel-clc=system -Dopengl=false -Dgles1=false -Dgles2=false -Dgallium-drivers=llvmpipe,d3d12 -Dplatforms=${{ env.platforms }} build
meson setup -Dvulkan-drivers=swrast -Dintel-clc=system -Dopengl=false -Dgles1=false -Dgles2=false -Dgallium-drivers='llvmpipe,d3d12' -Dplatforms=${{ env.platforms }} build
- name: Build
run: |
ninja -C mesa/build
Expand Down

0 comments on commit e0828db

Please sign in to comment.