Skip to content

Commit

Permalink
[workflow] fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Sep 29, 2024
1 parent 1c7a1c6 commit 382eab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

steps:
- uses: actions/checkout@v4
repository: plum-tech/mimir-x
with:
repository: plum-tech/mimir-x
fetch-depth: 0

- name: Install pnpm
Expand Down Expand Up @@ -157,8 +157,8 @@ jobs:
needs: [ build_android, build_ios ]
steps:
- uses: actions/checkout@v4
repository: plum-tech/mimir-x
with:
repository: plum-tech/mimir-x
fetch-depth: 0

- name: Install pnpm
Expand Down

0 comments on commit 382eab8

Please sign in to comment.