Merge pull request #632 from kiwix/fix_ci2

This commit is contained in:
Matthieu Gautier 2023-07-29 16:15:38 +02:00 committed by GitHub
commit ad866a7790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -240,6 +240,9 @@ jobs:
Trigger_Docker:
needs: [Linux]
runs-on: ubuntu-22.04
env:
PLATFORM_TARGET: LINUX_DOCKER_TRIGGER
OS_NAME: LINUX_DOCKER_TRIGGER
steps:
- name: Checkout code
uses: actions/checkout@v3