mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -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]
|
runs-on: [self-hosted, macOS, ARM64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: AutoModality/action-clean@v1
|
- name: Clean workspace
|
||||||
|
run: shopt -s dotglob; rm -rf ${{runner.workspace}}/*
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user