Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Aug 13, 2023
1 parent d6dd33f commit 4d86a2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3136,9 +3136,11 @@ jobs:
run: |
ls
ls ${{ env.PACKAGENAME }}/
ls $GITHUB_WORKSPACE/${{ env.PACKAGENAME }}/
ls $GITHUB_WORKSPACE/${{ env.PACKAGENAME }}/share/OpenCV
cd test
mkdir build && cd build
cmake -DOpenCV_DIR=../../${{ env.PACKAGENAME }}/share/OpenCV ..
cmake -DOpenCV_DIR=$GITHUB_WORKSPACE/${{ env.PACKAGENAME }}/share/OpenCV ..
cmake --build . -j 2
- name: upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4d86a2e

Please sign in to comment.