Skip to content

Commit

Permalink
feat: upgrade ten to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Nov 12, 2024
1 parent 56d4211 commit 9000064
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "azure_tts",
"image": "ghcr.io/ten-framework/ten_agent_build:0.2.0",
"image": "ghcr.io/ten-framework/ten_agent_build:0.2.2",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
build_type: [debug, release]
container:
image: ghcr.io/ten-framework/ten_agent_build:0.2.0
image: ghcr.io/ten-framework/ten_agent_build:0.2.2
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TEN extension of [azure Text to speech service](https://learn.microsoft.com/en-u
Only `linux/amd64` building inside container is supported at the moment.

```bash
# inside docker ghcr.io/ten-framework/ten_agent_build:0.1.0
# inside docker ghcr.io/ten-framework/ten_agent_build:0.2.2

tman install
tgn gen linux x64 debug -- is_clang=false && tgn build linux x64 debug
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "extension",
"name": "azure_tts",
"version": "0.5.1",
"version": "0.6.0",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.3"
"version": "0.4"
},
{
"type": "system",
Expand Down

0 comments on commit 9000064

Please sign in to comment.