mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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
|
||||
shell: pwsh
|
||||
env:
|
||||
SKIP_THIRD_PARTY_VALIDATION: "1"
|
||||
run: |
|
||||
$env:SKIP_THIRD_PARTY_VALIDATION = "1"
|
||||
./tools/build.ps1
|
||||
|
||||
Ubuntu-latest:
|
||||
|
|
@ -61,6 +62,8 @@ jobs:
|
|||
./tools/create_env.sh
|
||||
|
||||
- name: 🔨 Build
|
||||
env:
|
||||
SKIP_THIRD_PARTY_VALIDATION: "1"
|
||||
run: |
|
||||
echo "1" >> $SKIP_THIRD_PARTY_VALIDATION
|
||||
./tools/build.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue