mirror of
https://github.com/RetroDECK/MAME.git
synced 2025-01-31 12:55:39 +00:00
WORKFLOW: running on self-hosted as ubuntu-latest finishes the disk space during the build
This commit is contained in:
parent
9cafe60842
commit
fd8d42567d
4
.github/workflows/build_mame.yml
vendored
4
.github/workflows/build_mame.yml
vendored
|
@ -8,8 +8,8 @@ on:
|
|||
jobs:
|
||||
|
||||
Building_RetroDECK-MAME:
|
||||
#runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
#runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
# Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
|
||||
|
|
Loading…
Reference in a new issue