Mark some checks experimental (platforms)

This commit is contained in:
Félix Saparelli 2022-07-08 23:56:24 +12:00
parent eda12438ee
commit 18a63d8eed
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 5 additions and 0 deletions

View File

@ -46,8 +46,10 @@ jobs:
platform: ubuntu-latest
- target: x86_64-unknown-netbsd
platform: ubuntu-latest
experimental: true
- target: x86_64-unknown-redox
platform: ubuntu-latest
experimental: true
- target: x86_64-unknown-linux-gnu
platform: ubuntu-latest
- target: x86_64-unknown-linux-musl
@ -70,9 +72,12 @@ jobs:
platform: windows-latest
- target: riscv64gc-unknown-linux-gnu
platform: ubuntu-latest
experimental: true
name: Check on ${{ matrix.target }}
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@v2