Skip to content

Commit 1c01829

Browse files
committed
android cache off and calculate formuales
1 parent 5fc3350 commit 1c01829

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
TARGET: "android"
1313
NO_FORCE: 1
1414
GA_CI_SECRET: ${{ secrets.CI_SECRET }}
15-
USE_ARTIFACT: true
15+
USE_ARTIFACT: false
1616
DISABLE_WORKFLOW: "false"
1717

1818
concurrency:

scripts/calculate_formulas.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ elif [[ "$TARGET" =~ ^(android)$ ]]; then
112112
"freetype"
113113
"FreeImage"
114114
"assimp"
115+
"opencv"
115116
)
116117
elif [[ "$TARGET" =~ ^(osx|macos|ios|tvos|xros|catos|watchos)$ ]]; then
117118

0 commit comments

Comments
 (0)