Skip to content

Commit ac2c4ff

Browse files
committed
Disable fdroid flavor build
1 parent 51f5040 commit ac2c4ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Install yarn
7373
run: npm install -g yarn
7474

75+
- name: Set build flavor
76+
run: echo "false" > ${TMPDIR}/fdroid.bool
77+
7578
- name: Setup project, install app plugins and deps
7679
run: yarn setup
7780

0 commit comments

Comments
 (0)