Skip to content

Commit 507ccc3

Browse files
committed
Let's see
1 parent ef20104 commit 507ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if [ "$COMPILER" = "clang" ]; then
6262
export CC=/usr/bin/clang && export CXX=/usr/bin/clang++
6363
fi
64-
python -c "import dartpy"
64+
ldd /home/runner/.dart_install/$python_dist_dir/dartpy.cpython-38-x86_64-linux-gnu.so
6565
cd ${{github.workspace}}
6666
if [ "$BUILD_PYTHON" = "ON" ]; then
6767
./waf configure --python --prefix=/usr --dart=~/.dart_install ;

0 commit comments

Comments
 (0)