linux-wifi-hotspot/.github/workflows/blank.yml
2020-08-25 02:42:38 +05:30

17 lines
290 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build binaries
run: |
sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make hostapd
make
sudo make install