We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1364a6c commit ff17111Copy full SHA for ff17111
.github/workflows/release.yml
@@ -172,6 +172,8 @@ jobs:
172
runs-on: [self-hosted, Linux, ARM64]
173
174
steps:
175
+ - name: Remove previous data (owned by root, because written from docker as bin mount directory)
176
+ 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/
177
- uses: AutoModality/action-clean@v1
178
- uses: actions/checkout@v3
179
with:
0 commit comments