.github/workflows/ci-go-tests.yaml: Attempt to set SYSTEMROOT on Windows under msys2.

This commit is contained in:
Aaron Son
2025-09-04 04:56:17 -07:00
parent 9b6bb8c655
commit bd7ee6c872

View File

@@ -82,6 +82,7 @@ jobs:
done
env:
MATRIX_OS: ${{ matrix.os }}
SYSTEMROOT: C:\Windows
- name: Test All (*nix)
working-directory: ./go
if: ${{ matrix.os != 'windows-latest' }}