Fix circleci yml

This commit is contained in:
Lakindu Akash 2020-10-04 16:50:24 +05:30
parent c1fa50b241
commit 678e5e839e
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38

View File

@ -5,5 +5,5 @@ jobs:
- image: ubuntu:latest
steps:
- checkout
- run: sudo apt-get update && sudo apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
- run: make && sudo make install
- run: apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
- run: make && make install