Skip to content

Commit

Permalink
chore: switch xmake to release
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Jun 28, 2024
1 parent 9a4a101 commit c4ef82e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v4

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

- uses: actions/cache@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v4

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

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit c4ef82e

Please sign in to comment.