Skip to content

Commit c88bd53

Browse files
committed
.github/workflows: windows-race: print gcc version
Signed-off-by: James Tucker <james@tailscale.com>
1 parent 2d65c1a commit c88bd53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows-race.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
# TODO(raggi): add a go version here.
4444
key: ${{ runner.os }}-go-2-race-${{ hashFiles('**/go.sum') }}
4545

46+
- name: Print toolchain details
47+
run: gcc -v
48+
4649
- name: Test with -race flag
4750
# Don't use -bench=. -benchtime=1x.
4851
# Somewhere in the layers (powershell?)

0 commit comments

Comments
 (0)