Update linux.yml

This commit is contained in:
HALX99 2020-10-24 11:05:24 +08:00 committed by GitHub
parent 53323c1cee
commit 0a58759644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
run: tools/travis-scripts/before-install.sh run: tools/travis-scripts/before-install.sh
- name: Build - name: Build
working-directory: ${{runner.workspace}}/build working-directory: ${{runner.workspace}}
shell: bash shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>" # Execute the build. You can specify a specific target with "--target <NAME>"
run: tools/travis-scripts/run-script.sh run: tools/travis-scripts/run-script.sh