Skip to content

Commit

Permalink
ci: run one command each step
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Oct 9, 2023
1 parent ef86a2c commit e86b34d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ jobs:

- run: |
xmake repo --update
working-directory: ./liteloader
- run: |
xmake config --arch=x64 --plat=windows --mode=release --verbose --yes
working-directory: ./liteloader
- run: |
xmake --warning --yes
working-directory: ./liteloader
Expand Down

0 comments on commit e86b34d

Please sign in to comment.