Skip to content

Commit ee42102

Browse files
committed
Fixed syntax error in unit-tests action
1 parent e33b13d commit ee42102

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- name: Install build dependencies
5555
run: >
5656
apt install -y
57-
clang
58-
cmake
59-
gcc
60-
make
61-
ninja-build
62-
xxd
57+
clang
58+
cmake
59+
gcc
60+
make
61+
ninja-build
62+
xxd
6363
6464
- name: Set reusable strings
6565
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)