Skip to content

Commit

Permalink
install mesa to prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 7, 2024
1 parent 80ffdce commit 13c24bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ump-scl-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
[push, pull_request, workflow_dispatch]

jobs:
extract:
build:
runs-on: macos-latest

strategy:
Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build Mesa
run: |
meson setup build -Dgallium-drivers=zink -Dvulkan-drivers= --prefix=~/mesa-drivers
ninja -C build/
meson setup build -Dgallium-drivers=zink -Dvulkan-drivers= --prefix=`pwd`/export
ninja -C build/ install
- name: Upload meson logs
if: ${{ failure() }}
Expand All @@ -52,4 +52,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.directory }}-built
path: build/
path: export/

0 comments on commit 13c24bb

Please sign in to comment.