You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Motivation
Describe your idea, motivation, and how Rust community could benefit from this feature.
To implement compiler environment variables without the using a config.toml file
Workflow example
If applicable, create an example on how this feature will look in the workflow yaml file
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Motivation
Describe your idea, motivation, and how Rust community could benefit from this feature.
To implement compiler environment variables without the using a config.toml file
Workflow example
If applicable, create an example on how this feature will look in the workflow yaml file
uses: actions-rs/[email protected]
with:
command: build
args: --target armv7-unknown-linux-gnueabihf
env: |
OPENSSL: ${{ github.workspace }}/openssl_android #arm
OPENSSL_DIR: ${{ github.workspace }}/openssl_android
Additional context
Add any additional information about this feature; that includes links to the related tools, alternative implementations, blog posts and so on
The text was updated successfully, but these errors were encountered: