mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Workflow: fix the stuck mount -fix4
This commit is contained in:
parent
135234156b
commit
05825305c9
3
.github/workflows/cooker-selfhosted.yml
vendored
3
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Remove stuck mounts
|
||||
run: umount -f /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
|
||||
run: sudo umount -f /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
|
||||
continue-on-error: true
|
||||
|
||||
- name: Get date for artifacts
|
||||
id: date
|
||||
|
|
Loading…
Reference in a new issue