Skip to content

Commit 33297ba

Browse files
committed
init
1 parent 05fd841 commit 33297ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
3434
rustc --version
3535
cargo --version
36+
3637
- name: Build with rust and cargo make
3738
run: |
38-
echo $PATH
39-
cargo install --force cargo-make
40-
cd backend
41-
cargo make build-all
39+
echo Hallo $PATH
40+
echo $(dirname $(rustup which cargo))
41+
# cargo install --force cargo-make
42+
# cd backend
43+
# cargo make build-all

0 commit comments

Comments
 (0)