Skip to content

Commit

Permalink
Fix macOS runner cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RayyanAnsari committed Aug 31, 2022
1 parent d1dbb1f commit cac1ec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: [self-hosted, macOS, ARM64]

steps:
- uses: AutoModality/action-clean@v1
- name: Clean workspace
run: shopt -s dotglob; rm -rf ${{runner.workspace}}/*

- uses: actions/checkout@v3

Expand Down

0 comments on commit cac1ec8

Please sign in to comment.