Skip to content

Commit 0a9acd9

Browse files
committed
init
1 parent 2a29b05 commit 0a9acd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
3434
rustc --version
3535
cargo --version
36-
- name: Configure cargo-make
37-
run: |
38-
cargo install --force cargo-make
3936
- name: Build with rust and cargo make
4037
run: |
38+
cargo install --force cargo-make
4139
cd backend
4240
cargo make build-all

0 commit comments

Comments
 (0)