setup-unity
setup-unity copied to clipboard
Running fails, /usr/bin/xvfb-run fails to run even with libfuse workarounds
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
er... updated to - v1.1.0 from v1
:P Sorry!
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 - name: Install libfuse2 run: | sudo apt install fuse libfuse2 sudo modprobe fuse sudo groupadd fuse
user="$(whoami)"
sudo usermod -a -G fuse $user
- name: Setup Unity
uses: kuler90/[email protected]
with:
unity-version: ${{ matrix.unity-version-matrix }}
unity-modules: android
install-path: /opt/Unity
Without the fuse workarounds,
Any update on this ?
the same issue happened to me