Skip to content

Commit

Permalink
try binstall again
Browse files Browse the repository at this point in the history
  • Loading branch information
fidoriel committed Oct 23, 2024
1 parent 4ee8465 commit a0b9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install type generator
run: cargo install typeshare-cli
run: cargo binstall typeshare-cli

- name: Generate Bindings
run: typeshare ./backend --lang=typescript --output-file=frontend/bindings.ts
Expand Down

0 comments on commit a0b9186

Please sign in to comment.