Skip to content

Commit

Permalink
chore(workspace): Bump asterisc version (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Nov 1, 2024
1 parent ecc5f57 commit 7afb82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7afb82a

Please sign in to comment.