Skip to content

Commit 7c95c17

Browse files
committed
init
1 parent 441d6e9 commit 7c95c17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ jobs:
3636
- name: Build with rust and cargo make
3737
run: |
3838
cargo install cargo-make
39-
cargo make --version
40-
# cd backend
41-
# cargo make build-all
39+
cd backend
40+
cargo make build-all

0 commit comments

Comments
 (0)