Skip to content

Commit

Permalink
bugfix: add permission and build_type
Browse files Browse the repository at this point in the history
</subject>

Branch: master

<type>:
- [ ] Bug fix
- [ ] Bug fix (Test)
- [x] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] This change requires a documentation update

<body>

<footer>

Signed-off-by: Certseeds <[email protected]>
  • Loading branch information
Certseeds committed Feb 11, 2023
1 parent e22cdaf commit 109e6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
sudo apt-get update && sudo apt-get install libopencv-dev
- name: cmake install dependencies
run: cmake -S . -B ./cmake_build_relase -DCMAKE_BUILD_TYPE=DEBUG
run: cmake -S . -B ./cmake_build_relase -DCMAKE_BUILD_TYPE=Debug

- name: move cmake-fetchcontent to folder
working-directory: ./third_party
Expand Down

0 comments on commit 109e6ad

Please sign in to comment.