Skip to content

Commit 2aa2bb3

Browse files
committed
cgo-check update
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 3afd10a commit 2aa2bb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ jobs:
228228
- name: Build tokengen without cgo
229229
env:
230230
CGO_ENABLED: "0"
231-
run: go build -o /dev/null ./cmd/tokengen
231+
run: cd ./cmd/tokengen; go build -o /dev/null .
232232

233233
- name: Build artifactgen without cgo
234234
env:
235235
CGO_ENABLED: "0"
236-
run: go build -o /dev/null ./cmd/artifactgen
236+
run: cd ./cmd/artifactgen; go build -o /dev/null .
237237

0 commit comments

Comments
 (0)