diff options
| author | 2025-04-19 00:30:54 +1000 | |
|---|---|---|
| committer | 2025-04-19 00:32:18 +1000 | |
| commit | c5328f94c1139e050674382f63b3f43cb61eacfb (patch) | |
| tree | cf662b9b8d8637a4038c20c20e9e433bc5e898a1 /.github | |
| parent | aa3dc30a1838d3f0983b744b20834de4dd4ef836 (diff) | |
Avoid the need to set MINGW32 or MINGW64 environment variables when using a standard MSYS environment on Windows.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-windows.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 19ccea0c86f..6f24659c323 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -31,7 +31,6 @@ jobs: os: windows-latest msys: MINGW64 slug: mingw-w64-x86_64 - root: "/mingw64" cc: gcc cxx: g++ subtarget: mame @@ -40,7 +39,6 @@ jobs: os: windows-latest msys: MINGW64 slug: mingw-w64-x86_64 - root: "/mingw64" cc: clang cxx: clang++ subtarget: tiny @@ -50,7 +48,6 @@ jobs: msys: CLANGARM64 slug: mingw-w64-clang-aarch64 extrapkg: mingw-w64-clang-aarch64-gcc-compat - root: "/clangarm64" cc: clang cxx: clang++ subtarget: mame @@ -69,7 +66,6 @@ jobs: fetch-depth: 0 - name: Build env: - MINGW64: ${{ matrix.root }} OVERRIDE_AR: "llvm-ar" OVERRIDE_CC: ${{ matrix.cc }} OVERRIDE_CXX: ${{ matrix.cxx }} |
