mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-09 04:19:10 +08:00
Update linux.yml
This commit is contained in:
parent
1069f71519
commit
6c67d39ce5
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -39,7 +39,9 @@ jobs:
|
||||
sudo apt-get install -y libevent-dev
|
||||
|
||||
- name: iptables version
|
||||
run: iptables -V
|
||||
run: |
|
||||
iptables -V
|
||||
which iptables
|
||||
|
||||
- name: install iptables lib
|
||||
run: |
|
||||
@ -56,7 +58,9 @@ jobs:
|
||||
sudo make install
|
||||
|
||||
- name: iptables version
|
||||
run: iptables -V
|
||||
run: |
|
||||
iptables -V
|
||||
which iptables
|
||||
|
||||
- name: compile apfree-wifidog
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user