I am trying to compile an informative program using GitHub Actions. This is the env I am using
env:
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_WINDRES_PATH: "/usr/bin/x86_64-w64-mingw32-windres"
CARGO_TARGET_X86_64_PC_WINDOWS_GNULLVM_WINDRES_PATH: "${{github.workspace}}/llvm-mingw/bin/llvm-windres"
CARGO_TARGET_AARCH64_PC_WINDOWS_GNULLVM_WINDRES_PATH: "${{github.workspace}}/llvm-mingw/bin/llvm-windres"
This looks like it's reading from .cargo/config.toml
So do you support this method?