diff options
| author | ansonhe97 <ansonhe1997@gmail.com> | 2020-06-30 09:51:44 +0800 |
|---|---|---|
| committer | ansonhe97 <ansonhe1997@gmail.com> | 2020-06-30 09:51:44 +0800 |
| commit | d9e623eb09cbae5e088d761dd382df408f3c31d9 (patch) | |
| tree | 89b60966fde088d28d0957224d3bc952eedf9ff0 | |
| parent | 4613f80d7a049acc61332da59341a900ae0208f7 (diff) | |
Fix order of ci check
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b9cfeb4..8ddb8bbd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,8 +239,8 @@ jobs: - "robohatmm1_m4" - "sam32" - "same54_xplained" - - "seeeduino_xiao" - "seeeduino_wio_terminal" + - "seeeduino_xiao" - "serpente" - "shirtty" - "simmel" |
