diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e6b2871..df4b4c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: include: - build: linux os: ubuntu-latest - target: x86_64-unknown-linux-musl + target: x86_64-unknown-linux-gnu - build: macos os: macos-latest @@ -40,11 +40,6 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - - name: List toolchain installed components - shell: bash - run: | - rustup component list - name: Build uses: actions-rs/cargo@v1