Exception "Win32Exception" on Ubuntu GitHub Actions

Hi,

I’m trying to build WebGL build with GitHub Actions on Ubuntu. I have seen that: https://forum.unity.com/threads/starting-to-build-for-webgl-from-ubuntu-20-04.905507/

I tried to run these commands but not sure. It seems the latest python is already installed.

Does anyone know how to fix it? Maybe someone tried to build WebGL using GitHub Actions on Ubuntu and can share their solution?

Here is my log and more details on this exception: https://github.com/benukhanov/maple-fighters/runs/1646228848?check_suite_focus=true#step:4:6592

Thanks!

Looks like you need to create the /usr/bin/python symlink. I will send feedback to the WebGL guys.