We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a974cd commit 787512cCopy full SHA for 787512c
.github/workflows/linux.yml
@@ -13,9 +13,9 @@ jobs:
13
run: |
14
cd Build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
15
cd ../Resources/Scripts
16
+ sudo apt update
17
sudo ./install_linux_dependencies.sh
- sudo cp 40-open-ephys.rules /etc/udev/rules.d
18
- name: build
19
run: cmake --build Build
20
# - name: test
21
-# run: cd build && ctest
+# run: cd build && ctest
0 commit comments