fixed install command

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

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

Loading…
Cancel
Save