Skip to content

Commit

Permalink
fix: pnpm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 22, 2024
1 parent dd17097 commit 4cec68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Build by eject eas and remove debug signing key
run: |
npx expo prebuild -p android --clean
zx scripts/removeDebugSigningConfigs.mjs
pnpm exec expo prebuild -p android --clean
pnpm exec zx scripts/removeDebugSigningConfigs.mjs
# TODO: https://github.com/tiddly-gittly/TidGi-Mobile/issues/6
# - name: Remove prorietary bits (for fix f-droid)
Expand Down

0 comments on commit 4cec68b

Please sign in to comment.