mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Update go.yml
This commit is contained in:
parent
2b1cfcd6ef
commit
4abe3ee4cc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -25,4 +25,6 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Build
|
||||
run: go build -v daemon/
|
||||
run: |
|
||||
cd daemon
|
||||
go build -v .
|
||||
|
|
Loading…
Add table
Reference in a new issue