Fix circleci yml

This commit is contained in:
Lakindu Akash 2020-10-04 16:58:58 +05:30
parent 678e5e839e
commit 2f951152ff
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: apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
- run: DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
- run: make && make install