Replies: 3 comments 2 replies
-
|
@apostasie Sorry for the late response. The commands are correct. Seem to be a PS version issue or that it is running PowerShell on an Linux image. Need to test this and get back to you. Just a few question:
|
Beta Was this translation helpful? Give feedback.
-
|
In the meantime, found this o365 error: Windows PowerShell is in NonInteractive mode To run as Admin try this Powershell on GitHub Actions - run Script as Admin on self-hosted Windows Runner |
Beta Was this translation helpful? Give feedback.
-
|
Have you tried running the commands with eg: Note: -force will uninstall existing version but not purge program data. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I would like to use the project to install containerd+wincni+builkditd as part of a github action workflow.
The script I wrote is here:
https://github.com/farcloser/lepton/blob/a2f322d701460cc02d78bff2f9a7433f58649f22/hack/provisioning/windows/installer.ps1
And it is called from here: https://github.com/farcloser/lepton/blob/a2f322d701460cc02d78bff2f9a7433f58649f22/.github/workflows/integration-windows.yml#L67
Now, what I get is a bunch of errors:
I am sure I am missing something obvious here.
But yeah, I am new to windows, do not have a windows machine to test locally, and definitely not in my natural element here :-).
Any pointer about what I am doing wrong?
Tagging @TinaMor
Beta Was this translation helpful? Give feedback.
All reactions