We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f5040 commit 100d198Copy full SHA for 100d198
1 file changed
.github/workflows/ci.yml
@@ -72,6 +72,9 @@ jobs:
72
- name: Install yarn
73
run: npm install -g yarn
74
75
+ - name: Set build flavor
76
+ run: sudo echo "false" > ${TMPDIR}/fdroid.bool
77
+
78
- name: Setup project, install app plugins and deps
79
run: yarn setup
80
0 commit comments