diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-09-10 13:46:15 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2021-09-10 13:46:15 +0200 |
| commit | 4ab3c117d08ce5dab484cb981db069fa4ec0e605 (patch) | |
| tree | 29903d9880be1bb0a56500e12c33af01e438ce2e /.github/workflows | |
| parent | 497ee321af3b8496eaccd7af7b437f18bab81abf (diff) | |
Work around CI issue with windows sdk 10.0.20348.0.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff4fa1527e9..78ff874e755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,6 +404,7 @@ jobs: RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --host=aarch64-pc-windows-msvc --enable-full-tools --enable-profiler" SCRIPT: python x.py dist DIST_REQUIRE_ALL_TOOLS: 0 + WINDOWS_SDK_20348_HACK: 1 os: windows-latest-xl - name: dist-i686-mingw env: |
