mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
Fix macOS runner cleanup
This commit is contained in:
3
.github/workflows/build-macos-universal.yml
vendored
3
.github/workflows/build-macos-universal.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user