fix null condition 2

This commit is contained in:
Clément DOUIN
2024-11-23 12:37:16 +01:00
parent 78b2be8499
commit 83621cc0c0
+3 -3
View File
@@ -11,15 +11,15 @@ jobs:
matrix:
include:
- os: ubuntu-latest
target: null
target:
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
- os: macos-13
target: null
target:
- os: macos-14
target: null
target:
steps:
- name: Checkout code
uses: actions/checkout@v4