Skip to content

Commit

Permalink
Futz with CI some more
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 28, 2024
1 parent 7b85987 commit 7cf64ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Install Rust toolchain"
working-directory: ${{ github.workspace }}
working-directory: ${{ github.workspace }}/crates/uv-trampoline
run: |
rustup target add ${{ matrix.target-arch }}-pc-windows-msvc
rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc
Expand All @@ -406,7 +406,9 @@ jobs:
cp target/${{ matrix.target-arch }}-pc-windows-msvc/debug/uv-trampoline-gui.exe trampolines/uv-trampoline-${{ matrix.target-arch }}-gui.exe
- name: "Test"
working-directory: ${{ github.workspace }}
run: cargo test -p uv-trampoline-builder --target ${{ matrix.target-arch }}-pc-windows-msvc
run:
rustup target add ${{ matrix.target-arch }}-pc-windows-msvc
cargo test -p uv-trampoline-builder --target ${{ matrix.target-arch }}-pc-windows-msvc

typos:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7cf64ed

Please sign in to comment.