Update linux.yml

This commit is contained in:
Orsiris de Jong 2022-07-07 11:14:15 +02:00 committed by GitHub
parent ecc4c1d396
commit 898fcbb8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- name: Checkout git
- uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get install inotify-tools acl sudo apt-get install inotify-tools acl