Skip to content

Commit

Permalink
try this order
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 2, 2024
1 parent 5820a9f commit 7558a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ runs:
with:
node-version: '20.x'
corepack: true
- run: yarn global add @todesktop/cli
shell: cmd
- run: yarn install --immutable
- run: yarn install --immutable
shell: cmd
- run: yarn set version --yarn-path self
shell: cmd
- run: yarn global add @todesktop/cli
shell: cmd
- name: Make app
shell: powershell
env:
Expand Down

0 comments on commit 7558a49

Please sign in to comment.