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: |