mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 15:15:38 +00:00
Workflow: fix the stuck mount -fix4
This commit is contained in:
parent
2fb7186d7a
commit
60e5eb0ecf
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