Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 30, 2024
2 parents e8a2709 + 7d73f9e commit b5483ef
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 b5483ef

Please sign in to comment.