mirror of https://github.com/astral-sh/uv
Include Rust toolchain in cache in trampoline test job (#11019)
This commit is contained in:
parent
52870c587c
commit
a6d887a37e
|
|
@ -351,14 +351,14 @@ jobs:
|
||||||
target-arch: ["x86_64", "i686"]
|
target-arch: ["x86_64", "i686"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
with:
|
||||||
|
workspaces: ${{ github.workspace }}/crates/uv-trampoline
|
||||||
- name: "Install Rust toolchain"
|
- name: "Install Rust toolchain"
|
||||||
working-directory: ${{ github.workspace }}/crates/uv-trampoline
|
working-directory: ${{ github.workspace }}/crates/uv-trampoline
|
||||||
run: |
|
run: |
|
||||||
rustup target add ${{ matrix.target-arch }}-pc-windows-msvc
|
rustup target add ${{ matrix.target-arch }}-pc-windows-msvc
|
||||||
rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc
|
rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
workspaces: ${{ github.workspace }}/crates/uv-trampoline
|
|
||||||
- name: "Test committed binaries"
|
- name: "Test committed binaries"
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue