You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
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 "
The text was updated successfully, but these errors were encountered:
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 "
The text was updated successfully, but these errors were encountered: