Skip to content

Commit

Permalink
CI: remove musl-tools from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 24, 2022
1 parent 19a88fe commit 5ccafab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ jobs:
- name: Install aarch64-apple-darwin Rust target
if: matrix.os == 'macos-latest'
run: rustup target add aarch64-apple-darwin
- name: Install musl tools
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y musl-tools
- name: Setup Xcode env
if: matrix.os == 'macos-latest'
shell: bash
Expand Down

0 comments on commit 5ccafab

Please sign in to comment.