From 9245030a9d5a2ac5e6ff942b79e4ad24fc324d8c Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 7 Jul 2022 11:06:26 +0200 Subject: [PATCH] Fix typo --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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