1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Check more target triples with cargo deny (#2919)

This commit is contained in:
Emil Ernerfeldt
2023-04-18 16:10:53 +02:00
committed by GitHub
parent 4809747952
commit 93ee554af5
3 changed files with 20 additions and 3 deletions

View File

@@ -171,10 +171,16 @@ jobs:
include:
- target: aarch64-apple-darwin
- target: aarch64-linux-android
- target: i686-pc-windows-gnu
- target: i686-pc-windows-msvc
- target: i686-unknown-linux-gnu
- target: wasm32-unknown-unknown
- target: x86_64-apple-darwin
- target: x86_64-pc-windows-gnu
- target: x86_64-pc-windows-msvc
- target: x86_64-unknown-linux-gnu
# - target: x86_64-unknown-linux-musl
- target: x86_64-unknown-linux-musl
- target: x86_64-unknown-redox
name: cargo-deny ${{ matrix.target }}
runs-on: ubuntu-22.04