Skip to content

Commit

Permalink
Remove faulty cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 22, 2024
1 parent 5c0e176 commit 22e14df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ jobs:
# Build Homebrew recipe
- name: Build
run: |
./build.sh
# Remove build files
find /private/tmp/ -type d -name "metacall*" -exec rm -rf {} \;
run: ./build.sh

# Test Homebrew recipe
- name: Test
Expand Down

0 comments on commit 22e14df

Please sign in to comment.