Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed May 6, 2021
1 parent 462e461 commit 94a47b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ jobs:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
- name: Config Musl
- name: Install Musl Tools
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: rustup target add x86_64-unknown-linux-musl
run: |
sudo apt-get install -y clang lld
rustup target add x86_64-unknown-linux-musl
- name: Cache cargo registry
uses: actions/cache@v2
continue-on-error: false
Expand Down

0 comments on commit 94a47b4

Please sign in to comment.