We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56659eb commit 6e6a180Copy full SHA for 6e6a180
.github/workflows/build.yml
@@ -31,11 +31,11 @@ jobs:
31
- name: Configure Rust and display version
32
run: |
33
echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
34
- echo "PATH=$(dirname $(rustup which cargo)):$PATH"
35
rustc --version
36
cargo --version
37
- name: Build with rust and cargo make
38
+ echo $PATH
39
cargo install --force cargo-make
40
cd backend
41
cargo make build-all
0 commit comments