mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-05 06:09:38 +00:00
Actions: do not ls LIBPYTHON_FOLDER with hardcoded path
This commit is contained in:
parent
b248f6c2f7
commit
aeada06d33
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -38,7 +38,6 @@ jobs:
|
||||
echo $DYLD_LIBRARY_PATH
|
||||
echo $DYLD_FRAMEWORK_PATH
|
||||
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
|
||||
run: |
|
||||
@ -106,8 +105,8 @@ jobs:
|
||||
run: ci/deb-script.sh
|
||||
|
||||
- name: Build server
|
||||
run: ci/deb-server-script.sh
|
||||
|
||||
run: ci/deb-server-script.sh
|
||||
|
||||
- name: Test
|
||||
run: ci/deb-installation-test.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user