Fix go build action

This commit is contained in:
Christian Müller 2020-03-19 16:03:04 +01:00 committed by GitHub
parent dbb5cee305
commit 91c676f015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,4 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: go build -v examples\devices.go
run: go build -v examples/devices.go