Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Dec 27, 2023
1 parent 5d2e2b7 commit edbe140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
libusb-1.0-0-dev \
libssl-dev \
libudev-dev \
libopencv-dev \
mesa-common-dev \
uuid-dev \
build-essential \
Expand All @@ -40,7 +41,7 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake .. -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12.3 -DCMAKE_BUILD_TYPE=Release
make -j
- name: Create packages
Expand Down

0 comments on commit edbe140

Please sign in to comment.