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:
|
1 reply
|
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 |
0 replies
|
Have you tried running the commands with eg: Note: -force will uninstall existing version but not purge program data. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions