Skip to content

Commit

Permalink
Update capi-gen.yml
Browse files Browse the repository at this point in the history
Apply fix for microsoft/STL#1300
  • Loading branch information
7Hazard authored Nov 28, 2020
1 parent 5d854d4 commit 79853aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/capi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
steps:
# - uses: rlespinasse/[email protected]

- name: FIX FOR https://github.com/microsoft/STL/issues/1300
run: C:\msys64\usr\bin\wget.exe -q "https://github.com/microsoft/STL/files/5453503/GH-1300.diff.txt"
git apply --unsafe-paths -p6 --directory="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include" "GH-1300.diff.txt"

- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3

Expand Down

0 comments on commit 79853aa

Please sign in to comment.