Skip to content

Commit

Permalink
ci: use master branch xmake
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Jun 17, 2024
1 parent 51be169 commit 0cd4ac5
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 @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4

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

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

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

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

0 comments on commit 0cd4ac5

Please sign in to comment.