From a1d020ceeb03f99480925dca7549d14b2582255c Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Sun, 17 Apr 2022 16:36:02 -0700 Subject: [PATCH] fix proj-sys working directory --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06385645..c7c0d370 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -130,8 +130,11 @@ jobs: runs-on: macos-latest env: _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0 + defaults: + run: + working-directory: proj-sys steps: - name: Checkout repository uses: actions/checkout@v2 - run: brew install proj - - run: cargo test ${{ matrix.features }} + - run: cargo test