Skip to content

Commit

Permalink
Merge pull request #692 from tiltedphoques/maximegmd-patch-1
Browse files Browse the repository at this point in the history
Update windows.yml
  • Loading branch information
maximegmd authored Jun 16, 2024
2 parents 71b13df + 47d7b1b commit 8de72ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.8.5'
xmake-version: '2.9.2'

# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.8.5'
xmake-version: '2.9.2'

# Install node
#- name: Setup nodejs
Expand Down

0 comments on commit 8de72ba

Please sign in to comment.