update readme

This commit is contained in:
ruki
2022-11-01 22:32:23 +08:00
Unverified
parent 8cbbf6c7f2
commit ef151cf2d2
+9
View File
@@ -43,6 +43,15 @@ with:
xmake-version: '>=2.2.6 <=2.5.3' xmake-version: '>=2.2.6 <=2.5.3'
``` ```
Use action cache:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: "2.7.2"
actions-cache-folder: ".xmake-cache"
```
## Contributing ## Contributing
### Prepare development environment ### Prepare development environment