Skip to content

Commit f9b412d

Browse files
committed
wip
Signed-off-by: Justin Chadwell <[email protected]>
1 parent d8c7050 commit f9b412d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/tools-go-generate-qemu-device.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
restore-keys: |
7171
${{ github.job }}-${{ runner.os }}-go-
7272
73+
- name: Go env
74+
run: |
75+
go env
76+
7377
- name: Build go-generate-qemu-devices
7478
run: |
7579
set -x

.github/workflows/tools-protoc-gen-go-netconn.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,14 @@ jobs:
7070
restore-keys: |
7171
${{ github.job }}-${{ runner.os }}-go-
7272
73+
- name: Go env
74+
run: |
75+
go env
76+
7377
- name: Build protoc-gen-go-netconn
7478
run: |
7579
set -x
80+
env
7681
git config --global --add safe.directory /__w/kraftkit/kraftkit
7782
cd tools/protoc-gen-go-netconn
7883
go build -o ../../dist/

0 commit comments

Comments
 (0)