diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index e0dbd47..d305cb1 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -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