Fix typo
This commit is contained in:
parent
a1f8773953
commit
9245030a9d
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get intall inotify-tools acl
|
sudo apt-get install inotify-tools acl
|
||||||
- name: Execute tests and generate coverage report
|
- name: Execute tests and generate coverage report
|
||||||
env:
|
env:
|
||||||
RUNNING_ON_GITHUB_ACTIONS: true
|
RUNNING_ON_GITHUB_ACTIONS: true
|
||||||
|
|
Loading…
Reference in New Issue