Added inotify-tools install

github-actions
Dave Musicant / thinkpad 4 years ago
parent 72f79d4bc3
commit a39dbd6f9f

@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Guile
run: |
sudo apt-get -y inotify-tools
sudo apt-get -y install bats
- name: Run the tests
run: |

Loading…
Cancel
Save