ci: Add name to step and only run build
This commit is contained in:
parent
bb7defbe72
commit
802e5da20a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -38,4 +38,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.FREE_LIBRESPOT_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.FREE_LIBRESPOT_PRIVATE_KEY }}
|
||||||
|
|
||||||
- run: cargo build --release --all-features
|
- name: Build
|
||||||
|
run: cargo build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue