Skip to content

Commit

Permalink
Merge pull request #254 from maxmind/greg/fix-cmake-builds
Browse files Browse the repository at this point in the history
Fix cmake GitHub Action builds
  • Loading branch information
rafl authored Apr 7, 2021
2 parents d9a1a7f + b39f0b9 commit ed7a425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- run: cmake -DBUILD_TESTING=ON -V .
- run: cmake -DBUILD_TESTING=ON .
- run: cmake --build .
- run: ctest -V .

0 comments on commit ed7a425

Please sign in to comment.