diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b2ea48..60fd9b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -38,8 +38,6 @@ jobs: matrix: # a list of all the targets include: - - TARGET: i686-unknown-linux-gnu # tested in a debian container on a mac - OS: ubuntu-latest - TARGET: i686-unknown-linux-musl # test in an alpine container on a mac OS: ubuntu-latest - TARGET: x86_64-unknown-linux-gnu # tested in a debian container on a mac