Martin Kemp
Martin Kemp
> There was a guy that worked on adding to winget. There was an issue here on his findings and progress. Just an FYI. From what I understand winget cannot...
Looking into it but yeah it's likely they don't install the older platform tools now
That would be my preference too
I've been busy with work recently but I was working on the build scripts as well to work with the latest Windows SDK, but thanks @daxgames
Looks like it's building fine now, I re-ran with the latest commit
@anGie44 This is with 3.23.0. Funnily enough when tainting the firehose delivery stream and reapplying, there is no issue, it's only on completely brand new streams.
@johnoloughlin I'm using runner scale sets via the helm chart, there doesn't seem to be a way to set the resources specifically for the worker pod that is created, it's...
@omri-shilton ```yaml --- env: - name: ACTIONS_RUNNER_CONTAINER_HOOK_TEMPLATE value: /etc/config/runner-template.yaml volumeMounts: - mountPath: /home/runner/_work name: work - mountPath: /etc/config name: hook-template volumes: - name: hook-template configMap: name: runner-config ``` ```yaml ---...
> I identified an error with Windows terminal support and profiles set to run as Administrator. The `%CMDER_ROOT%` env var is not set and we have no way of figuring...