download regexes ps1

This commit is contained in:
carlospolop 2023-04-13 22:20:32 +02:00
parent 62e4b071cd
commit 2775083680

View File

@ -26,6 +26,10 @@ jobs:
uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Download regexes
run: |
powershell.exe -ExecutionPolicy Bypass -File build_lists/download_regexes.ps1
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe