Skip to content

Commit

Permalink
Improve job names
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Sep 2, 2024
1 parent c4b8630 commit c3df0b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
generator: ["Ninja", "Unix Makefiles"]
mbedtls: [true, false]
libusb: [true, false]
compile: [true, false]
mbedtls: ["mbedtls", ""]
libusb: ["libusb", ""]
compile: ["compile", ""]
exclude:
- os: 'windows-latest'
generator: "Unix Makefiles"
- libusb: false
compile: false
- libusb: ""
compile: "compile"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit c3df0b0

Please sign in to comment.