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 05fd841 commit 33297baCopy full SHA for 33297ba
.github/workflows/build.yml
@@ -33,9 +33,11 @@ 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: |
- echo $PATH
39
- cargo install --force cargo-make
40
- cd backend
41
- cargo make build-all
+ echo Hallo $PATH
+ echo $(dirname $(rustup which cargo))
+ # cargo install --force cargo-make
42
+ # cd backend
43
+ # cargo make build-all
0 commit comments