Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
Change-Id: I29dc134f171d261ed903171a6dffa241fc3186fc
  • Loading branch information
kpet committed Nov 24, 2024
1 parent 98757bd commit a6d431b
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 -rvf ${{ 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 a6d431b

Please sign in to comment.