Skip to content

Commit 3e16267

Browse files
committed
Test
1 parent b5aaa71 commit 3e16267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
build-windows:
1212
runs-on: windows-2019
1313
steps:
14+
- name: GCC version
15+
shell: bash
16+
run: |
17+
gcc -v
1418
- name: Install Go
1519
uses: actions/setup-go@v2
1620
with:

0 commit comments

Comments
 (0)