support local
This commit is contained in:
@@ -16,7 +16,7 @@ Use latest version:
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: latest
|
||||
xmake-version: latest
|
||||
```
|
||||
|
||||
Use specified version:
|
||||
@@ -24,7 +24,7 @@ Use specified version:
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: '2.3.1'
|
||||
xmake-version: '2.3.1'
|
||||
```
|
||||
|
||||
Use specified branch:
|
||||
@@ -32,7 +32,7 @@ Use specified branch:
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: branch@master
|
||||
xmake-version: branch@master
|
||||
```
|
||||
|
||||
Use semver:
|
||||
@@ -40,5 +40,5 @@ Use semver:
|
||||
```yml
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: '>=2.2.6 <=2.3.1'
|
||||
xmake-version: '>=2.2.6 <=2.3.1'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user