Add OS_NAME to docker trigger job

This commit is contained in:
renaud gaudin 2023-11-17 15:01:32 +00:00
parent b97e5d20b8
commit d59902f460
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
1 changed files with 1 additions and 0 deletions

View File

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