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

Set env variables  #226

Description

@Sam2much96

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions