AndyB
AndyB
I'm finding the same with 1.15.0 on windows 2022, and ubuntu 22.04. 1.14 is fine.
I had to clone from source to get it work. ``` git clone https://github.com/mailslurper/mailslurper.git cd mailslurper/cmd/mailslurper go get github.com/mjibson/esc go get go build ```
Looks like this is fixed here on main - https://github.com/tailscale/github-action/pull/112 However would be good if a new release could be created so we don't have to switch to `uses: tailscale/github-action@main...
Are there any plans for this to work on windows?
Windows would be handy since the hosted runners don't allow linux containers, so the idea would be to connect to a linux runner to use the container there...