Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
PR Submitted: https://github.com/actions/runner/pull/3573 Also @TingluoHuang `export GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY=1` does not work to fix the issue. (That's one of the first things I tried.)
@malik-n I can't speak to your specific issue. This is our setup, which we use for our [Unit-Test.yml](https://github.com/chromebrew/chromebrew/blob/master/.github/workflows/Unit-Test.yml) . Maybe you can see how your setup differs from ours? This...
(It's clearly working for us...) ``` RUNNER_ARCH is arm -------------------------------------------------------------------------------- | ____ _ _ _ _ _ _ _ _ | | / ___(_) |_| | | |_ _| |__...
> Thank you for this information. > I am also trying to use actions-runner inside a container running ubuntu noble. But the runtime environemt of that container might still use...