File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : hbcontrol
2+ on :
3+ push :
4+ branches : [ main ]
5+ pull_request :
6+ branches : [ main ]
7+ workflow_dispatch :
8+
9+ jobs :
10+ test :
11+ name : tests
12+ runs-on : ubuntu-latest
13+
14+ steps :
15+ - name : Checkout code
16+ uses : actions/checkout@v4
17+
18+ - name : Run test
19+ uses : 0x1eef/hardenedbsd-vm@v1
20+ with :
21+ release : ' 16-CURRENT'
22+ run : |
23+ mdo -u root pkg-static install -y go
24+ make test
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package hbcontrol
22
33/*
44 #cgo LDFLAGS: -lhbsdcontrol
5- #include "control .h"
5+ #include "hbcontrol .h"
66*/
77import "C"
88
Original file line number Diff line number Diff line change 1- #include "control .h"
1+ #include "hbcontrol .h"
22#include <errno.h>
33#include <fcntl.h>
44#include <stdio.h>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments