Fix nix-env command when installing cargo again
Some checks failed
Rust / build (push) Failing after 56s

This commit is contained in:
Simon Goller 2024-06-29 12:46:10 +00:00
parent 8f6947ca6a
commit 14cc281c27

View file

@ -20,7 +20,7 @@ jobs:
run: nix-env -iA nixpkgs.nodejs
- uses: actions/checkout@v4
- name: Install cargo
run: nix-env -A nixpkgs.cargo
run: nix-env -iA nixpkgs.cargo
- name: Formatting
run: cargo fmt --all -- --check
- name: Build local version