mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
try use 'env' in step configuration
This commit is contained in:
parent
f6441176e1
commit
c4de9bc9ac
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test_build.yml
vendored
5
.github/workflows/test_build.yml
vendored
|
|
@ -36,8 +36,9 @@ jobs:
|
||||||
|
|
||||||
- name: 🔨 Build
|
- name: 🔨 Build
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
env:
|
||||||
|
SKIP_THIRD_PARTY_VALIDATION: "1"
|
||||||
run: |
|
run: |
|
||||||
$env:SKIP_THIRD_PARTY_VALIDATION = "1"
|
|
||||||
./tools/build.ps1
|
./tools/build.ps1
|
||||||
|
|
||||||
Ubuntu-latest:
|
Ubuntu-latest:
|
||||||
|
|
@ -61,6 +62,8 @@ jobs:
|
||||||
./tools/create_env.sh
|
./tools/create_env.sh
|
||||||
|
|
||||||
- name: 🔨 Build
|
- name: 🔨 Build
|
||||||
|
env:
|
||||||
|
SKIP_THIRD_PARTY_VALIDATION: "1"
|
||||||
run: |
|
run: |
|
||||||
echo "1" >> $SKIP_THIRD_PARTY_VALIDATION
|
echo "1" >> $SKIP_THIRD_PARTY_VALIDATION
|
||||||
./tools/build.sh
|
./tools/build.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue