Skip to content

Commit

Permalink
Disable parallel build on azure kinect
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 31, 2024
1 parent 26cb257 commit 3dd611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/azure_kinect/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
make
register: build_result
changed_when: build_result.rc == 0
become: true
Expand Down

0 comments on commit 3dd611f

Please sign in to comment.