Skip to content

Commit

Permalink
Added musl tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvella committed Jun 24, 2023
1 parent f48d945 commit 4a7c875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
matrix:
target:
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -76,7 +78,7 @@ jobs:
toolchain: stable-${{ matrix.target }}

- name: Install multilib
if: ${{ matrix.target == 'i686-unknown-linux-gnu' }}
if: ${{ contains(matrix.target, 'i686-unknown-linux-') }}
run: |
sudo apt update -yqq
sudo apt install gcc-multilib
Expand Down

0 comments on commit 4a7c875

Please sign in to comment.