Skip to content

Commit c081c14

Browse files
committed
Add GitHub Actions
1 parent 22f301c commit c081c14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,10 @@ jobs:
6666
build/_deps/objectbox-sync-download-src/lib/objectbox.dll \
6767
build/_deps/objectbox-download-src/lib/objectbox.dll; do
6868
if [ -f "$src" ]; then
69-
echo "Copying DLL: $src -> $bindir/"
7069
cp -f "$src" "$bindir/"
7170
return 0
7271
fi
7372
done
74-
echo "DLL not found" >&2
7573
return 1
7674
}
7775
@@ -85,7 +83,6 @@ jobs:
8583
return 0
8684
fi
8785
done
88-
echo "Executable not found: $base" >&2
8986
return 1
9087
}
9188

0 commit comments

Comments
 (0)