Remove module-path, it is unset. Change "use" -> "uses"
This commit is contained in:
@@ -15,11 +15,8 @@ jobs:
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
path: ${{ go.module-path }}
|
||||
|
||||
- name: Get dependencies
|
||||
working-directory: ${{ go.module-path }}
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
if [ -f Gopkg.toml ]; then
|
||||
@@ -28,5 +25,4 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{ go.module-path }}
|
||||
run: go build -v .
|
||||
|
||||
Reference in New Issue
Block a user