Skip to content

Commit

Permalink
Update build_and_tests_reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 30, 2024
1 parent a42c140 commit 59f4c13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- uses: actions/checkout@v4

- name: setup Rust
run: rustup update
run: |
rustup update
cargo install cargo-aur
cargo install cargo-generate-rpm
- name: build
run: |
Expand Down

0 comments on commit 59f4c13

Please sign in to comment.