Skip to content

Commit c029ac3

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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: 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 protoc-gen-go-netconn
7478
run: |
7579
set -x

0 commit comments

Comments
 (0)