Skip to content

Commit

Permalink
chore: Update setup version check
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 5, 2024
1 parent accac67 commit 257250d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: hustcer/setup-moonbit@develop
with:
setup-core: false
version: 0.1.20240910+3af041b9a
version: 0.1.20241104+8ce5d2967

- name: Check Moonbit Version
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In rare circumstances you might get rate limiting errors, if this happens you ca

| Name | Required | Description | Type | Default |
| ------------ | -------- | ------------ | ------ | --------- |
| `version` | no | A valid moonbit tool chain version, such as `0.1.20240910+3af041b9a` , etc. or `bleeding` (currently for macOS only) | string | `latest`|
| `version` | no | A valid moonbit tool chain version, such as `0.1.20241104+8ce5d2967` , etc. or `bleeding` (currently for macOS only) | string | `latest`|
| `setup-core` | no | `true` to download and bundle Moonbit Core, `false` to ignore it | bool | `true` |

## License
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:

| 参数名 | 必填 | 描述 | 类型 | 默认值 |
| ---------------- | -------- | --- | ------ | --------- |
| `version` | 否 | 合法的 Moonbit 工具链版本,比如: `0.1.20240910+3af041b9a` 或者 `bleeding` (只支持 macOS) | string | `latest` |
| `version` | 否 | 合法的 Moonbit 工具链版本,比如: `0.1.20241104+8ce5d2967` 或者 `bleeding` (只支持 macOS) | string | `latest` |
| `setup-core` | 否 | 设置为 `true` 则下载并打包 Moonbit Core, `false` 则忽略 | bool | `true` |

## 许可
Expand Down

0 comments on commit 257250d

Please sign in to comment.