Skip to content

Commit

Permalink
ci: install cargo generate
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoboGu committed May 11, 2024
1 parent aff5fc8 commit 700cddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install essentials
- name: Install expect
run: sudo apt install expect -y
- name: Install cargo-generate
run: cargo install carge-generate
- name: Run expect script
run: cd .. && expect rmk-template/gen_test_projects.sh
- name: Install target
Expand Down

0 comments on commit 700cddb

Please sign in to comment.