This commit is contained in:
parent
a53c45aefe
commit
0dd6a0e363
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||||
nix develop --command bash -lc '
|
nix develop --command bash -c '
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
cargo fmt --all --check
|
cargo fmt --all --check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue