Skip to content

Commit

Permalink
clean up bindist before building
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv authored and github-actions[bot] committed Aug 24, 2023
1 parent 9d052c1 commit 7d48ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
packages: "iree-runtime"
output_dir: "${{ github.workspace }}/bindist"
run: |
[ -e ./bindist/* ] && rm ./bindist/*
./c/build_tools/python_deploy/build_linux_packages.sh
- name: Build runtime wheels (MacOS)
Expand Down

0 comments on commit 7d48ab4

Please sign in to comment.