hello Windows

This commit is contained in:
rusefillc 2022-09-04 23:25:05 -04:00
parent e87a4bc954
commit 04b27d4d6c
1 changed files with 15 additions and 0 deletions

15
.github/workflows/tests-windows.yaml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Unit Tests on Windows
on: [push,pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- name: Install GCC
uses: egor-tensin/setup-gcc@v1
- name: Print GCC version
working-directory: .
run: gcc -v