Skip to content

Commit

Permalink
GA: Debug New Rust Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey committed Jul 12, 2023
1 parent 367ec1a commit 3658eb4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ fromJSON(vars.RUST_VERSION) }}
- run: rustup override set ${{ fromJSON(vars.RUST_VERSION) }}

- name: Override Project Rust Version
run: rustup override set ${{ fromJSON(vars.RUST_VERSION) }}

- name: Check Rust Version
run: |
rustc --version
cargo --version
# TODO Invocations: Currently some problem with poetry/pip on Windows where dependencies on drives/mounts separate
# from where the pyproject is located cannot be built. Can workaround this in Windows by updating the
Expand Down

0 comments on commit 3658eb4

Please sign in to comment.