Skip to content

Commit

Permalink
ci: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed Jun 20, 2024
1 parent 9487121 commit a078e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v2

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master

- run: |
xmake repo -u
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v2

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master

- run: |
xmake repo -u
Expand Down

0 comments on commit a078e0a

Please sign in to comment.