Skip to content

Commit

Permalink
build: downgrade xmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
zziger committed Apr 25, 2024
1 parent 20c2b95 commit 97d57f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: '2.8.5'
- name: Cache XMake packages
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup XMake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: '2.8.5'
- name: Cache XMake packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 97d57f6

Please sign in to comment.