Add OS_NAME to docker trigger job
This commit is contained in:
parent
b97e5d20b8
commit
d59902f460
|
@ -215,6 +215,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
PLATFORM_TARGET: native_static
|
||||
OS_NAME: linux
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue