lcmgh
lcmgh
Hi @sunshowers . What I am wondering is where do these dependencies (such as `windows_x86_64_gnu`) come from? Are they required to build the test executable and archive? They are not...
I'd also love to see examples in the doc on how config-rs can be combined with builder patterns / common builder libs.
Maybe a bit cumbersome but how about a `Cargo.toml` reading API that is utilized through a GitHub Action which creates the actual badge file. For the latter and commiting it...
ubuntu0.20.04.1 behind a corp proxy with correct http_proxy, https_proxy and no_proxy set. Other cargo commands work fine. I noticed the same behavior with `cargo audit`, the error message is just...
Setting ``` [advisories] git-fetch-with-cli = true ``` leads to ```bash $ cargo-deny check advisories Cloning into '/home/runner/.cargo/advisory-db/github.com-2f857891b7f43c59'... fatal: unable to access 'https://github.com/rustsec/advisory-db/': Received HTTP code 407 from proxy after CONNECT...
Ok, how is that related to the CLI path?
After ensuring that `http_proxy` and `https_proxy` env. variables are set on the runner curl call to the endpoint works fine without additional flags but the action still fails with same...
Solution seems to be https://github.com/aws-actions/configure-aws-credentials/pull/246. Can you please merge :)
@allisaurus @paragbhingre Bump because otherwise the action is not usable in corporate environments.
@BlackDark can you provide a doc for the usage? For some reason I don't get it working ``` - name: Configure AWS Credentials uses: BlackDark/configure-aws-credentials@580e65787125f938b804a5b3debf577dd10187a6 # aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{...