Skip to content

Commit

Permalink
doc: remove/fix bogus quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed Apr 9, 2024
1 parent 92799bc commit 9c75287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sel4bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
strategy:
matrix:
march: ["armv7a, armv8a", nehalem, rv32imac, rv64imac]
march: [armv7a, armv8a, nehalem, rv32imac, rv64imac]
steps:
- uses: seL4/ci-actions/sel4bench@master
with:
Expand Down
2 changes: 1 addition & 1 deletion sel4test-hw-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
description: Comma separated list of modes (32/64) to filter test configs on.
required: false
compiler:
description: One of `{gcc, clang} to filter test configs on`
description: One of `{gcc, clang}` to filter test configs on.
required: false
debug:
description: |
Expand Down
2 changes: 1 addition & 1 deletion sel4test-hw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
strategy:
matrix:
march: ["armv7a, armv8a", nehalem, rv32imac, rv64imac]
march: [armv7a, armv8a, nehalem, rv32imac, rv64imac]
compiler: [gcc, clang]
steps:
- uses: seL4/ci-actions/sel4test-hw@master
Expand Down

0 comments on commit 9c75287

Please sign in to comment.