Skip to content

Commit

Permalink
Fixed syntax error in unit-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Jun 6, 2024
1 parent e33b13d commit ee42102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
- name: Install build dependencies
run: >
apt install -y
clang
cmake
gcc
make
ninja-build
xxd
clang
cmake
gcc
make
ninja-build
xxd
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down

0 comments on commit ee42102

Please sign in to comment.