Skip to content

Commit

Permalink
Bump CI xmake version to dev branch (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonality committed Jun 15, 2024
1 parent 2149b20 commit 379e111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: branch@dev

- name: Cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: branch@dev

- name: Release Commit
id: release_commit
Expand Down

0 comments on commit 379e111

Please sign in to comment.