Skip to content

Commit 4d4e153

Browse files
committed
Fix path to version.hpp in uninstall check tasks
1 parent 6f398ca commit 4d4e153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ tasks:
989989
params:
990990
updates:
991991
- key: mongocxx_version_finder_sh
992-
value: $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/config/version.hpp)
992+
value: $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/v_noabi/mongocxx/config/version.hpp)
993993
- command: shell.exec
994994
type: test
995995
params:
@@ -1009,7 +1009,7 @@ tasks:
10091009
params:
10101010
updates:
10111011
- key: mongocxx_version_finder_sh
1012-
value: $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/config/version.hpp)
1012+
value: $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/v_noabi/mongocxx/config/version.hpp)
10131013
- command: shell.exec
10141014
type: test
10151015
params:

0 commit comments

Comments
 (0)