Search lyrics or song metadata from your terminal
genius genius-lyrics-search genius-lyrics cli rust
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set TOOLCHAIN_VERSION and simplify toolchain step

+1 -2
+1 -2
.github/workflows/release.yml
··· 25 25 with: 26 26 RUSTTARGET: ${{ matrix.target }} 27 27 ARCHIVE_TYPES: ${{ matrix.archive }} 28 + TOOLCHAIN_VERSION: stable 28 29 - name: Clean up 29 30 run: sudo rm -rf target 30 31 - name: Installing Rust toolchain 31 32 if: matrix.target == 'x86_64-unknown-linux-musl' 32 33 uses: actions-rs/toolchain@v1 33 34 with: 34 - profile: minimal 35 35 toolchain: stable 36 36 target: x86_64-unknown-linux-gnu 37 37 override: true 38 - components: rustfmt, clippy 39 38 - name: Running cargo build 40 39 if: matrix.target == 'x86_64-unknown-linux-musl' 41 40 uses: actions-rs/cargo@v1