Skip to content

Commit 5902605

Browse files
committed
run sdk env before doing the build
1 parent fed838b commit 5902605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
version: 22.3.1.r17-grl
4545
- run:
4646
name: "native compile"
47-
command: "./mvnw -Pnative clean native:compile -DskipTests"
47+
command: "sdk env && ./mvnw -Pnative clean native:compile -DskipTests"
4848
- run:
4949
name: "upload release asset"
5050
command: gh release upload "${CIRCLE_TAG}" ./target/initializr-plusplus-osx-aarch_64

0 commit comments

Comments
 (0)