We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2ce29 commit a8a94c8Copy full SHA for a8a94c8
.github/workflows/workflow.yml
@@ -11,8 +11,9 @@ jobs:
11
ruby-version: 3.1.0
12
- run: sudo apt-get update && sudo apt-get install -y libopencv-dev
13
- run: gem update --system
14
- - run: gem build libfacedetection.gemspec
15
- - run: gem install $(ls -1 *.gem)
+ - run: rake gem
+ - run: gem install $(ls -1 pkg/*.gem)
16
+ - run: ruby tests/test_detection.rb
17
# compile_native_gem:
18
# name: Compile native gem
19
# runs-on: ubuntu-latest
0 commit comments