mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use export command
This commit is contained in:
parent
750944ca21
commit
e63b14d781
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test_build.yml
vendored
6
.github/workflows/test_build.yml
vendored
|
|
@ -36,9 +36,8 @@ jobs:
|
|||
|
||||
- name: 🔨 Build
|
||||
shell: pwsh
|
||||
env:
|
||||
SKIP_THIRD_PARTY_VALIDATION: 1
|
||||
run: |
|
||||
$env:SKIP_THIRD_PARTY_VALIDATION="1"
|
||||
./tools/build.ps1
|
||||
|
||||
Ubuntu-latest:
|
||||
|
|
@ -62,9 +61,8 @@ jobs:
|
|||
./tools/create_env.sh
|
||||
|
||||
- name: 🔨 Build
|
||||
env:
|
||||
SKIP_THIRD_PARTY_VALIDATION: 1
|
||||
run: |
|
||||
export SKIP_THIRD_PARTY_VALIDATION=1
|
||||
./tools/build.sh
|
||||
|
||||
# MacOS-latest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue