Skip to content

Commit 1b7e59d

Browse files
committed
chore: prerequisites recipes adjustments
1 parent 9e9dba2 commit 1b7e59d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

justfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ prerequisites:
4343
fi
4444

4545
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
46-
. "$HOME/.cargo/env"
46+
export PATH="$HOME/.cargo/bin:$PATH"
4747

4848
prerequisites-flatpak: prerequisites
4949
#!/usr/bin/env bash
@@ -101,10 +101,7 @@ prerequisites-win:
101101
mv /mingw64/lib/libpthread.dll.a /mingw64/lib/libpthread.dll.a.bak
102102

103103
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
104-
105-
# in MSYS2 shell
106-
prerequisites-win-dev: prerequisites-win
107-
cargo install --locked cargo-nextest
104+
export PATH="$HOME/.cargo/bin:$PATH"
108105

109106
setup-dev *MESON_ARGS:
110107
meson setup \

0 commit comments

Comments
 (0)