Skip to content

Commit

Permalink
Fix headers in Windows artifact generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed Oct 18, 2021
1 parent 308df35 commit 5a458ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ jobs:
cp -r $outdir/x64/include/oclgrind $outdir/include/
rm -rf $outdir/include/oclgrind/*.pch
rm -rf $outdir/x86/include/CL
rm -rf $outdir/x86/include/oclgrind/*.h
rm -rf $outdir/x64/include/oclgrind/*.h
- name: Upload binaries
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 5a458ef

Please # to comment.