Skip to content

Commit

Permalink
Let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Jan 31, 2024
1 parent ef20104 commit 507ccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if [ "$COMPILER" = "clang" ]; then
export CC=/usr/bin/clang && export CXX=/usr/bin/clang++
fi
python -c "import dartpy"
ldd /home/runner/.dart_install/$python_dist_dir/dartpy.cpython-38-x86_64-linux-gnu.so
cd ${{github.workspace}}
if [ "$BUILD_PYTHON" = "ON" ]; then
./waf configure --python --prefix=/usr --dart=~/.dart_install ;
Expand Down

0 comments on commit 507ccc3

Please sign in to comment.