add modules
This commit is contained in:
@@ -13,7 +13,7 @@ See [action.yml](./action.yml).
|
||||
Use latest version:
|
||||
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1.0.2
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: latest
|
||||
```
|
||||
@@ -21,7 +21,7 @@ with:
|
||||
Use specified version:
|
||||
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1.0.2
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: '2.3.1'
|
||||
```
|
||||
@@ -29,7 +29,7 @@ with:
|
||||
Use semver:
|
||||
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1.0.2
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: '>=2.2.6 <=2.3.1'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user