From 7afb82aff5b00bf006c716139b895881e8744061 Mon Sep 17 00:00:00 2001 From: clabby Date: Fri, 1 Nov 2024 16:20:09 -0400 Subject: [PATCH] chore(workspace): Bump `asterisc` version (#774) --- .github/workflows/client_host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client_host.yaml b/.github/workflows/client_host.yaml index 71e26173a..85231c120 100644 --- a/.github/workflows/client_host.yaml +++ b/.github/workflows/client_host.yaml @@ -45,7 +45,7 @@ jobs: - name: Build `asterisc` if: "!contains(matrix.target, 'native')" run: | - cd asterisc && git checkout v1.0.3-alpha1 && make build-rvgo + cd asterisc && git checkout v1.1.0 && make build-rvgo mv ./rvgo/bin/asterisc /usr/local/bin/ - name: Set run environment run: |