Skip to content

Commit 441d6e9

Browse files
committed
init
1 parent 33297ba commit 441d6e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)