From: Otto Moerbeek Date: Tue, 12 Sep 2023 10:41:35 +0000 (+0200) Subject: With #13101 the cwd of the build changed, adapt call to rust install X-Git-Tag: rec-5.0.0-alpha1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47e383787a01079279170982afc9872e88d7b51c;p=thirdparty%2Fpdns.git With #13101 the cwd of the build changed, adapt call to rust install --- 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