Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Set env variables #226

Open
3 tasks done
Sam2much96 opened this issue Dec 31, 2022 · 0 comments
Open
3 tasks done

Set env variables #226

Sam2much96 opened this issue Dec 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Sam2much96
Copy link

Sam2much96 commented Dec 31, 2022

Do the checklist before filing an issue:

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
  • name: Build for Armv7
    uses: actions-rs/cargo@v1.0.1
    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

@Sam2much96 Sam2much96 added the enhancement New feature or request label Dec 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant