From aeada06d335571307b8dadd7bd4b0a5a077ae65a Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Thu, 25 Feb 2021 19:06:25 +0100 Subject: [PATCH] Actions: do not ls LIBPYTHON_FOLDER with hardcoded path --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c502af5..9df8944 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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