diff --git a/.github/workflows/windows_exe.yml b/.github/workflows/windows_exe.yml index 8332cb1..fef2b0f 100644 --- a/.github/workflows/windows_exe.yml +++ b/.github/workflows/windows_exe.yml @@ -10,3 +10,12 @@ jobs: - uses: actions/checkout@master - name: hello run: Get-ChildItem + + - uses: msys2/setup-msys2@v2 + with: + install: gcc make + + - run: gcc -v + + +