mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Update and rename blank.yml to build.yml
This commit is contained in:
parent
f87f1c91df
commit
304146b9b0
@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Build and Test
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -11,6 +11,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
|
sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
Loading…
Reference in New Issue
Block a user