mirror of https://github.com/Syncplay/syncplay
Actions: do not ls LIBPYTHON_FOLDER with hardcoded path
This commit is contained in:
parent
b248f6c2f7
commit
aeada06d33
|
@ -38,7 +38,6 @@ jobs:
|
||||||
echo $DYLD_LIBRARY_PATH
|
echo $DYLD_LIBRARY_PATH
|
||||||
echo $DYLD_FRAMEWORK_PATH
|
echo $DYLD_FRAMEWORK_PATH
|
||||||
python3 -c 'from distutils.sysconfig import get_config_var; print(get_config_var("LDLIBRARY"))'
|
python3 -c 'from distutils.sysconfig import get_config_var; print(get_config_var("LDLIBRARY"))'
|
||||||
ls -al /Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/*.dylib
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue