set env variables to skip validation of 3rd party libs

This commit is contained in:
iLLiCiTiT 2022-01-19 17:11:57 +01:00
parent c2642974d9
commit f6441176e1

View file

@ -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: