We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef20104 commit 507ccc3Copy full SHA for 507ccc3
.github/workflows/ci_linux.yml
@@ -61,7 +61,7 @@ jobs:
61
if [ "$COMPILER" = "clang" ]; then
62
export CC=/usr/bin/clang && export CXX=/usr/bin/clang++
63
fi
64
- python -c "import dartpy"
+ ldd /home/runner/.dart_install/$python_dist_dir/dartpy.cpython-38-x86_64-linux-gnu.so
65
cd ${{github.workspace}}
66
if [ "$BUILD_PYTHON" = "ON" ]; then
67
./waf configure --python --prefix=/usr --dart=~/.dart_install ;
0 commit comments