Skip to content

Commit

Permalink
ci: Avoid stale prebuild temp dir on macOS
Browse files Browse the repository at this point in the history
As our self-hosted runner may have it from a previous job.
  • Loading branch information
oleavr committed Nov 23, 2022
1 parent 5de319e commit efe4922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -1102,6 +1102,7 @@ jobs:
- name: Build Node.js bindings
if: matrix.arch != 'arm64e'
run: |
rm -rf $TMPDIR/prebuild
. build/frida-env-macos-${{ matrix.arch }}.rc
case ${{ matrix.arch }} in
x86_64)
Expand Down

0 comments on commit efe4922

Please sign in to comment.