kuler90 / setup-unity

GitHub Action to download and install Unity on Ubuntu, macOS or Windows. Based on Unity Hub
MIT License
37 stars 33 forks source link

Running fails, /usr/bin/xvfb-run fails to run even with libfuse workarounds #15

Open hardcoded2 opened 1 year ago

hardcoded2 commented 1 year ago

After previously using this successfully, the current runs now fail with the message:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2  

hardcoded2 commented 1 year ago

er... updated to - v1.1.0 from v1

:P Sorry!

hardcoded2 commented 1 year ago

With latest version on ubuntu-latest, i see the error:

AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information

Tried the workarounds on that page and still failed

ie

Without the fuse workarounds,

Lokhandwalah commented 1 year ago

Any update on this ?

korsour commented 4 months ago

the same issue happened to me