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 33297ba commit 441d6e9Copy full SHA for 441d6e9
.github/workflows/build.yml
@@ -33,11 +33,9 @@ jobs:
33
echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
34
rustc --version
35
cargo --version
36
-
37
- name: Build with rust and cargo make
38
run: |
39
- echo Hallo $PATH
40
- echo $(dirname $(rustup which cargo))
41
- # cargo install --force cargo-make
+ cargo install cargo-make
+ cargo make --version
42
# cd backend
43
# cargo make build-all
0 commit comments