This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Support reading rust-toolchain file from another directory #110
Labels
enhancement
New feature or request
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
with
option though.Motivation
Our github actions workflow requires us to have two repos checked out, so we use the checkout action like this:
so we have this work-around to make actions-rs/toolchain pick up our rust-toolchain file:
in https://github.com/FutureNHS/futurenhs-platform/pull/231/commits/8602258bb2ff07740ddc8522247d86d3fb50b7e4 I have a work-around to copy rust-toolchain from our repo checkout into the current working directory.
Workflow example
(or possibly just
path: futurenhs-platform
?)we thought about using
working-directory: futurenhs-platform
but this would have to be in a with block (it can only be top-level forrun
actions)The text was updated successfully, but these errors were encountered: