Skip to content

Commit

Permalink
fix proj-sys working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Apr 17, 2022
1 parent 67e0731 commit a1d020c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1d020c

Please sign in to comment.