Skip to content

Commit

Permalink
configure rust version and toolchain"
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 18, 2023
1 parent 5fe2e1d commit f102828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Install dependencies and Rust
run: |
zypper --non-interactive in libzstd-devel rustup
rustup default stable
rustup update
- name: Build
run: |
cargo update
Expand Down

0 comments on commit f102828

Please sign in to comment.