diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 412dc9b..a501a95 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: platform: - os_name: Linux-x86_64 os: ubuntu-latest - target: x86_64-unknown-linux-musl + target: x86_64-unknown-linux-gnu - os_name: Windows-x86_64 os: windows-latest @@ -51,9 +51,9 @@ jobs: with: targets: ${{ matrix.platform.target }} - - name: Install musl-tools on Linux - run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools musl-dev - if: contains(matrix.platform.os, 'ubuntu') + # - name: Install musl-tools on Linux + # run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools musl-dev + # if: contains(matrix.platform.os, 'ubuntu') - name: Install linux dependencies run: | diff --git a/Cargo.toml b/Cargo.toml index 45beb29..d789fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,9 +59,6 @@ opt-level = 1 # shared dependencies anyhow = { version = "1.0", default-features = false } lofty = { version = "0.19.2" } -bliss-audio = { version = "0.7.1", default-features = false, features = [ - "aubio-static", -] } clap = { version = "4.5", default-features = false, features = [ "color", "error-context",