Skip to content

Commit

Permalink
Add installation of rust on build
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Dec 14, 2024
1 parent 66c294b commit e6a2e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- run: sudo apt-get update && sudo apt-get install -y rustup
- run: rustup default stable

- name: Rust build and test
run: cargo test

Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
rustc
rustup
cargo
sqlite
dos2unix
Expand Down

0 comments on commit e6a2e48

Please sign in to comment.