Replies: 1 comment
-
I was just about to post a question like this because we both want to do very similar tasks. I arrived at the point of using the
The Runners documentation further says:
But, I haven't gotten nearly as far as you yet, probably because I haven't installed Docker. Getting it (Podman) installed and running is proving to be difficult with Hyper-V. But it shouldn't even matter, right? Here's what my output looks like:
|
Beta Was this translation helpful? Give feedback.
-
I had the misfortune to execute act immediately after
winget install nektos.act
and agree to the interactively proposed large install. However, because I did not have Docker.Desktop installed, or perhaps for some other reason, act threw an exception and failed the download. Now, with Docker.Desktop already running, I don't know how to get act to perform the initial winget uninstall/install back actions again. What can you advise me, dear colleagues?Despite the above problem I still tried running
act -P windows-latest=-self-hosted
hoping that maybe it doesn't need anything to work properly if I'm on windows platform and want to compile build a C app, usually on github this workflow worked without problems, but now I getWell, maybe it's some kind of environment availability problem?
Of course msbuild is available in the system, but only in the path
C:\Program
Files\MicrosoftVisual
Studio\2022\Community\MSBuild\Current\Bin\amd64`.I checked that with
where.exe msbuild.exe
.Anyway, if you have anything to say on the first or second question, thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions