Skip to content

Commit

Permalink
Install fswatch on linux for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Sep 27, 2021
1 parent 2f5ac6e commit 5001687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- run: opam exec -- ./dune.exe build -p dune --profile dune-bootstrap

- name: install inotify-tools
run: sudo apt-get install inotify-tools
run: sudo apt-get install fswatch
if: env.OS == 'ubuntu-latest'

- name: run test suite
Expand Down

0 comments on commit 5001687

Please sign in to comment.