fixed botched install command

github-actions
Dave Musicant / thinkpad 4 years ago
parent 38fcc31254
commit d883840667

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

Loading…
Cancel
Save