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