Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
Change-Id: I46903b3ee9129924afa6d89246c128b854020b0a
  • Loading branch information
kpet committed Nov 24, 2024
1 parent 943d86b commit 98757bd
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 @@ -116,7 +116,7 @@ jobs:
run: |
mkdir mesa-artifact
cd mesa-artifact
cp -vf ${{ github.workspace }}/mesa/build/src/gallium/targets/lavapipe/* .
cp -rvf ${{ github.workspace }}/mesa/build/src/gallium/targets/lavapipe/* .
if [ "$RUNNER_OS" != "Windows" ]; then
cp -vf /usr/local/lib/libLLVM* .
else
Expand Down

0 comments on commit 98757bd

Please sign in to comment.