Fix go build action
This commit is contained in:
parent
dbb5cee305
commit
91c676f015
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v examples\devices.go
|
run: go build -v examples/devices.go
|
||||||
|
|
Reference in a new issue