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 441d6e9 commit 7c95c17Copy full SHA for 7c95c17
.github/workflows/build.yml
@@ -36,6 +36,5 @@ jobs:
36
- name: Build with rust and cargo make
37
run: |
38
cargo install cargo-make
39
- cargo make --version
40
- # cd backend
41
- # cargo make build-all
+ cd backend
+ cargo make build-all
0 commit comments