Skip to content

Commit

Permalink
fix: cleanup previous build data for arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Apr 4, 2024
1 parent 1364a6c commit ff17111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
runs-on: [self-hosted, Linux, ARM64]

steps:
- name: Remove previous data (owned by root, because written from docker as bin mount directory)
run: sudo rm -rf ./pyroscope_ffi/python/lib/target ./pyroscope_ffi/python/.eggs/ ./pyroscope_ffi/python/dist pyroscope_ffi/python/pyroscope_io.egg-info ./pyroscope_ffi/python/build ./target/
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ff17111

Please sign in to comment.