Use find in python-des tests
This commit is contained in:
parent
4e39b768c7
commit
4ce302bdb9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-deps.yml
vendored
2
.github/workflows/python-deps.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
$GITHUB_WORKSPACE/python-setup/install_tools.sh
|
$GITHUB_WORKSPACE/python-setup/install_tools.sh
|
||||||
echo -e '\n\n\n\n\n' && sleep 0.5
|
echo -e '\n\n\n\n\n' && sleep 0.5
|
||||||
cd $GITHUB_WORKSPACE/${{ matrix.test_dir }}
|
cd $GITHUB_WORKSPACE/${{ matrix.test_dir }}
|
||||||
$GITHUB_WORKSPACE/python-setup/auto_install_packages.py /opt/hostedtoolcache/CodeQL/0.0.0-20200826/x64/codeql/
|
find /opt/hostedtoolcache/CodeQL -path "*x64/codeql" -exec $GITHUB_WORKSPACE/python-setup/auto_install_packages.py {} \;
|
||||||
- name: Setup for extractor
|
- name: Setup for extractor
|
||||||
run: |
|
run: |
|
||||||
echo $CODEQL_PYTHON
|
echo $CODEQL_PYTHON
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue