Skip to content

Commit

Permalink
fix(ci): ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Apr 29, 2024
1 parent 2b0363f commit fc8d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy"
EXCLUDE_TESTS="Data/MySQL Data/ODBC Data/PostgreSQL MongoDB Redis"
PATH=$PATH:.
POCO_BASE=`pwd`
POCO_BASE=`pwd`/platform
LD_LIBRARY_PATH=$POCO_BASE/lib/Linux/x86_64
platform/build/script/runtests.sh
Expand Down

0 comments on commit fc8d14f

Please sign in to comment.