Skip to content

Commit 787512c

Browse files
authored
Update linux.yml
1 parent 9a974cd commit 787512c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
run: |
1414
cd Build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
1515
cd ../Resources/Scripts
16+
sudo apt update
1617
sudo ./install_linux_dependencies.sh
17-
sudo cp 40-open-ephys.rules /etc/udev/rules.d
1818
- name: build
1919
run: cmake --build Build
2020
# - name: test
21-
# run: cd build && ctest
21+
# run: cd build && ctest

0 commit comments

Comments
 (0)