Skip to content

Commit 4ce302b

Browse files
committed
Use find in python-des tests
1 parent 4e39b76 commit 4ce302b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
$GITHUB_WORKSPACE/python-setup/install_tools.sh
5353
echo -e '\n\n\n\n\n' && sleep 0.5
5454
cd $GITHUB_WORKSPACE/${{ matrix.test_dir }}
55-
$GITHUB_WORKSPACE/python-setup/auto_install_packages.py /opt/hostedtoolcache/CodeQL/0.0.0-20200826/x64/codeql/
55+
find /opt/hostedtoolcache/CodeQL -path "*x64/codeql" -exec $GITHUB_WORKSPACE/python-setup/auto_install_packages.py {} \;
5656
- name: Setup for extractor
5757
run: |
5858
echo $CODEQL_PYTHON

0 commit comments

Comments
 (0)