Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 7ee9b0c

Browse files
author
Daniel
authored
Update lint_and_test.yml
1 parent 3e6ce69 commit 7ee9b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: recursive
1818

1919
- name: Install PCL
20-
run: sudo apt-get -qq -o=Dpkg::Use-Pty=0 install libpcl-dev
20+
run: sudo apt-get update && sudo apt-get install libpcl-dev
2121

2222
- name: Configure CMake
2323
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=install

0 commit comments

Comments
 (0)