diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c90c93f..0371a15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,5 @@ jobs: with: ssh-private-key: ${{ secrets.FREE_LIBRESPOT_PRIVATE_KEY }} - - run: cargo build --release --all-features + - name: Build + run: cargo build