From d4c685ae27eeea1f7cc757cd936b86a9749de99a Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 26 Nov 2024 14:38:40 +0000 Subject: [PATCH] fix `working-directory` for maturin action invocations --- .github/actions/build-pgo-wheel/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-pgo-wheel/action.yml b/.github/actions/build-pgo-wheel/action.yml index a00fde8..824d522 100644 --- a/.github/actions/build-pgo-wheel/action.yml +++ b/.github/actions/build-pgo-wheel/action.yml @@ -30,7 +30,7 @@ runs: --interpreter ${{ inputs.interpreter }} rust-toolchain: ${{ inputs.rust-toolchain }} docker-options: -e CI - working-directory: crates/jiter-python + working-directory: crates/jiter-python env: RUSTFLAGS: '-Cprofile-generate=${{ github.workspace }}/profdata' @@ -63,7 +63,7 @@ runs: --interpreter ${{ inputs.interpreter }} rust-toolchain: ${{inputs.rust-toolchain}} docker-options: -e CI - working-directory: crates/jiter-python + working-directory: crates/jiter-python env: RUSTFLAGS: '-Cprofile-use=${{ github.workspace }}/merged.profdata'