Browse Source

Delete the longer needed patching of msvc headers

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/1625/head
Dimitar Dobrev 4 years ago
parent
commit
1d162eb287
  1. 5
      .github/workflows/main.yml

5
.github/workflows/main.yml

@ -31,11 +31,6 @@ jobs: @@ -31,11 +31,6 @@ jobs:
shell: bash
run: echo "/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin" >> $GITHUB_PATH
- name: Fix intrin.h file
if: matrix.config.vs
shell: powershell
run: build/intrin.ps1
- name: Setup
shell: bash
run: |

Loading…
Cancel
Save