Merge pull request #662 from kiwix/osname

Add OS_NAME to docker trigger job
This commit is contained in:
Kelson 2023-11-17 16:03:37 +01:00 committed by GitHub
commit 2130ec1255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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