From 47e383787a01079279170982afc9872e88d7b51c Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 12 Sep 2023 12:41:35 +0200 Subject: [PATCH] With #13101 the cwd of the build changed, adapt call to rust install --- .github/workflows/build-and-test-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 216f81b289..bd7d62b248 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -134,6 +134,7 @@ jobs: key: recursor-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }} restore-keys: recursor-${{ matrix.sanitizers }}-ccache- - run: inv ci-install-rust ${{ env.REPO_HOME }} + working-directory: ./pdns/recursordist/ - run: inv ci-autoconf working-directory: ./pdns/recursordist/ - run: inv ci-rec-configure -- 2.47.2