Use fixed xmake version for action
All checks were successful
Linux arm64 / Build (push) Successful in 5m28s

This commit is contained in:
2024-02-23 11:16:58 +01:00
parent 5a5c247019
commit a35f45015b

View File

@@ -13,7 +13,7 @@ jobs:
- name: Prepare XMake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
xmake-version: '2.8.6'
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu'