From f6441176e16dcba607ad0c3af2162a8ccfe45b8f Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 19 Jan 2022 17:11:57 +0100 Subject: [PATCH] set env variables to skip validation of 3rd party libs --- .github/workflows/test_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 6e1e38d0b2..dd52e83b61 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -37,6 +37,7 @@ jobs: - name: 🔨 Build shell: pwsh run: | + $env:SKIP_THIRD_PARTY_VALIDATION = "1" ./tools/build.ps1 Ubuntu-latest: @@ -61,6 +62,7 @@ jobs: - name: 🔨 Build run: | + echo "1" >> $SKIP_THIRD_PARTY_VALIDATION ./tools/build.sh # MacOS-latest: