Skip to content

Commit 8de72ba

Browse files
authored
Merge pull request #692 from tiltedphoques/maximegmd-patch-1
Update windows.yml
2 parents 71b13df + 47d7b1b commit 8de72ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup xmake
4141
uses: xmake-io/github-action-setup-xmake@v1
4242
with:
43-
xmake-version: '2.8.5'
43+
xmake-version: '2.9.2'
4444

4545
# Update xmake repository (in order to have the file that will be cached)
4646
- name: Update xmake repository

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup xmake
3131
uses: xmake-io/github-action-setup-xmake@v1
3232
with:
33-
xmake-version: '2.8.5'
33+
xmake-version: '2.9.2'
3434

3535
# Install node
3636
#- name: Setup nodejs

0 commit comments

Comments
 (0)