mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 12:45:38 +00:00
WORKFLOW: edited the rofiles unmount path
This commit is contained in:
parent
7e57d0d51b
commit
2e7e015841
2
.github/workflows/build_mame.yml
vendored
2
.github/workflows/build_mame.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
# Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
|
# Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
|
||||||
- name: Remove stuck mounts
|
- name: Remove stuck mounts
|
||||||
run: sudo umount -f /home/ubuntu/actions-runner/_work/RetroDECK-MAME/RetroDECK-MAME/.flatpak-builder/rofiles/*
|
run: sudo umount -f /home/ubuntu/mame-runner/_work/RetroDECK-MAME/RetroDECK-MAME/.flatpak-builder/rofiles/*
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
|
|
Loading…
Reference in a new issue