After updating the github runners to 7.4 on ubuntu20.04 I get this error which prevents me from building mof packages:
you can reproduce it by running the below powershell install for modules then get-dsc
Get-DscResource:
Line |
6 | Get-DscResource
| ~~~
| Exception calling "LoadDefaultCimKeywords" with "2" argument(s): "Unable
| to load shared library 'libmi' or one of its dependencies. In order to
| help diagnose loading problems, consider using a tool like strace. If
| you're using glibc, consider setting the LD_DEBUG environment variable:
| /opt/microsoft/powershell/7/libmi.so: cannot open shared object file: No
| such file or directory /opt/microsoft/powershell/7/liblibmi.so: cannot
| open shared object file: No such file or directory
| /opt/microsoft/powershell/7/libmi: cannot open shared object file: No
| such file or directory /opt/microsoft/powershell/7/liblibmi: cannot open
| shared object file: No such file or directory "
After updating the github runners to 7.4 on ubuntu20.04 I get this error which prevents me from building mof packages: you can reproduce it by running the below powershell install for modules then get-dsc
Get-DscResource: Line | 6 | Get-DscResource |
~~~| Exception calling "LoadDefaultCimKeywords" with "2" argument(s): "Unable | to load shared library 'libmi' or one of its dependencies. In order to | help diagnose loading problems, consider using a tool like strace. If | you're using glibc, consider setting the LD_DEBUG environment variable: | /opt/microsoft/powershell/7/libmi.so: cannot open shared object file: No | such file or directory /opt/microsoft/powershell/7/liblibmi.so: cannot | open shared object file: No such file or directory | /opt/microsoft/powershell/7/libmi: cannot open shared object file: No | such file or directory /opt/microsoft/powershell/7/liblibmi: cannot open | shared object file: No such file or directory "