Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
go-version: "1.23"

- name: Install webrpc-gen (development)
run: git clone --single-branch https://github.com/webrpc/webrpc.git --branch feat/type-alias && cd webrpc && make install
- name: Install webrpc-gen
run: git clone --single-branch https://github.com/webrpc/webrpc.git --branch v0.37.4 && cd webrpc && make install

- name: Regenerate examples
run: cd _examples && make generate
Expand Down
Loading