Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
target: x86_64-unknown-linux-gnu
artifact_name: anki-mtool
asset_name: anki-mtool-linux-x86_64
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
artifact_name: anki-mtool
asset_name: anki-mtool-linux-x86_64-musl
- os: macos-latest
target: x86_64-apple-darwin
artifact_name: anki-mtool
asset_name: anki-mtool-macos-x86_64
- os: macos-latest
target: aarch64-apple-darwin
artifact_name: anki-mtool
Expand All @@ -61,10 +53,6 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Install musl-tools (Linux musl only)
if: matrix.target == 'x86_64-unknown-linux-musl'
run: sudo apt-get install -y musl-tools

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down