File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,26 @@ jobs:
3535 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636 with :
3737 ref : ${{ inputs.ref || github.sha }}
38+
3839 - name : Setup git user
3940 uses : LedgerHQ/ledger-live/tools/actions/composites/setup-git-user@develop
41+
4042 - name : Setup the caches
41- uses : LedgerHQ/ledger-live/tools/actions/composites/setup-caches@develop
43+ uses : LedgerHQ/ledger-live/tools/actions/composites/setup-caches@support/LIVE-26911-add-mise
4244 id : caches
4345 with :
46+ use-mise : true
47+ install-proto : false
48+ gh-token : ${{ secrets.GITHUB_TOKEN }}
4449 skip-turbo-cache : " false"
4550 accountId : ${{ secrets.AWS_ACCOUNT_ID_PROD }}
4651 roleName : ${{ secrets.AWS_CACHE_ROLE_NAME }}
4752 region : ${{ secrets.AWS_CACHE_REGION }}
4853 turbo-server-token : ${{ secrets.TURBOREPO_SERVER_TOKEN }}
54+
4955 - name : install dependencies
5056 run : pnpm i --filter="live-mobile..." --filter="ledger-live" --no-frozen-lockfile --unsafe-perm
57+
5158 - uses : LedgerHQ/ledger-live/tools/actions/get-package-infos@develop
5259 id : version
5360 with :
7986 uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8087 with :
8188 name : ${{ steps.post-version.outputs.version }}-release
82- path : ${{ github.workspace }}/apps/ledger-live-mobile/android/app/build/outputs/apk/stagingRelease
89+ path : ${{ github.workspace }}/apps/ledger-live-mobile/android/app/build/outputs/apk/stagingRelease
You can’t perform that action at this time.
0 commit comments