Skip to content

Commit

Permalink
chore: use main for cddlconv (#1185)
Browse files Browse the repository at this point in the history
This will work now.
  • Loading branch information
jrandolf-2 authored Aug 21, 2023
1 parent 5167803 commit 557fe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-bidi-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Rust
run: rustup update stable && rustup default stable
- name: Install cddlconv
run: cargo install --git https://github.com/google/cddlconv --branch orkon/try-fork cddlconv
run: cargo install --git https://github.com/google/cddlconv.git cddlconv
- name: Set up Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
Expand Down

0 comments on commit 557fe85

Please sign in to comment.