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 75ceb6e commit e33b13d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Update package cache
run: apt update -y

- name: Install build dependencies
run: >
apt update -y
apt install -y
clang
cmake
Expand Down

0 comments on commit e33b13d

Please sign in to comment.