Update rust.yml

This commit is contained in:
Droid-MAX
2023-05-11 21:10:09 +08:00
committed by GitHub
parent dc4219753a
commit a009d06000
-2
View File
@@ -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