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 2a29b05 commit 0a9acd9Copy full SHA for 0a9acd9
.github/workflows/build.yml
@@ -33,10 +33,8 @@ jobs:
33
echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
34
rustc --version
35
cargo --version
36
- - name: Configure cargo-make
37
- run: |
38
- cargo install --force cargo-make
39
- name: Build with rust and cargo make
40
run: |
+ cargo install --force cargo-make
41
cd backend
42
cargo make build-all
0 commit comments