Update linux.yml
This commit is contained in:
parent
ecc4c1d396
commit
898fcbb8c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue