diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 46cb614..b70a7c5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,6 +10,8 @@ jobs: matrix: os: [ubuntu-latest] steps: + - name: Checkout git + - uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt-get install inotify-tools acl