This commit is contained in:
ruki
2022-11-29 00:19:54 +08:00
Unverified
parent 5125115099
commit f8107700be
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ Use action cache:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: "2.7.2"
actions-cache-folder: ".xmake-cache"
xmake-version: '2.7.2'
actions-cache-folder: '.xmake-cache'
```
## Contributing