Skip to content

Commit

Permalink
fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jul 11, 2024
1 parent 26a6377 commit 1b08e3b
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 @@ -63,7 +63,7 @@ jobs:
shell: bash
run: |
cp ./target/${{ matrix.platform.target }}/release/*matcher_c.${{ matrix.platform.suffix }} matcher_c/matcher_c.so
cp ./target/${{ matrix.platform.target }}/release/*matcher_py.${{ matrix.platform.suffix }} matcher_py/matcher_py/matcher_py.so
cp ./target/${{ matrix.platform.target }}/release/*matcher_py.${{ matrix.platform.suffix }} matcher_py/python/matcher_py/matcher_py.so
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 1b08e3b

Please sign in to comment.