mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Update blank.yml
This commit is contained in:
parent
53f05e87ef
commit
96d8206a8c
10
.github/workflows/blank.yml
vendored
10
.github/workflows/blank.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: Build
|
||||
|
||||
on: [push]
|
||||
|
||||
@ -9,9 +9,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
- name: Run a multi-line script
|
||||
- name: Build binaries
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
echo test, and deploy your project.
|
||||
sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make hostapd
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user