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