Fix nix-env command when installing cargo again
Some checks failed
Rust / build (push) Failing after 56s
Some checks failed
Rust / build (push) Failing after 56s
This commit is contained in:
parent
8f6947ca6a
commit
14cc281c27
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue