Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Mar 11, 2020
1 parent d62af15 commit 4612799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
run: |
cd Build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cd ../Resources/Scripts
sudo apt update
sudo ./install_linux_dependencies.sh
sudo cp 40-open-ephys.rules /etc/udev/rules.d
- name: build
run: cmake --build Build
# - name: test
# run: cd build && ctest
# run: cd build && ctest

0 comments on commit 4612799

Please sign in to comment.