Fix circleci yml

This commit is contained in:
Lakindu Akash 2020-10-04 16:40:55 +05:30
parent 44cfbc015a
commit 4cb24cbb7b
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38

View File

@ -5,4 +5,4 @@ jobs:
- image: ubuntu:latest
steps:
- checkout
- run: cd linux-wifi-hotspot && make && sudo make install
- run: make && sudo make install