diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0d3dd84..9ace247 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Install dependencies run: | - sudo apt-get intall inotify-tools acl + sudo apt-get install inotify-tools acl - name: Execute tests and generate coverage report env: RUNNING_ON_GITHUB_ACTIONS: true