WORKFLOW: rofiles fix for the new runner

This commit is contained in:
XargonWan 2024-08-05 11:18:39 +09:00
parent 87a5a25cb3
commit 2f90cd4c94

View file

@ -35,7 +35,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/RetroDECK/.flatpak-builder/rofiles/* run: sudo umount -f /home/ubuntu/retrodeck-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
continue-on-error: true continue-on-error: true
- name: Clone RetroDECK repo - name: Clone RetroDECK repo