From 2775083680f681e9a8e1c3b622f94e7d7daca145 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Thu, 13 Apr 2023 22:20:32 +0200 Subject: [PATCH] download regexes ps1 --- .github/workflows/CI-master_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) 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