Skip to content

Commit

Permalink
cpvf
Browse files Browse the repository at this point in the history
Change-Id: Idec4f4b3f0718c7fc50be1ee11cb984f9347915b
  • Loading branch information
kpet committed Nov 24, 2024
1 parent 56ac909 commit 943d86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mesa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ jobs:
run: |
mkdir mesa-artifact
cd mesa-artifact
cp ${{ github.workspace }}/mesa/build/src/gallium/targets/lavapipe/* .
cp -vf ${{ github.workspace }}/mesa/build/src/gallium/targets/lavapipe/* .
if [ "$RUNNER_OS" != "Windows" ]; then
cp /usr/local/lib/libLLVM* .
cp -vf /usr/local/lib/libLLVM* .
else
cp 'C:/Program Files (x86)/LLVM/bin/LLVM-C.dll' .
cp -vf 'C:/Program Files (x86)/LLVM/bin/LLVM-C.dll' .
fi
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 943d86b

Please sign in to comment.