Skip to content

Commit 4d9dbf9

Browse files
committed
workflow: Fix step name
1 parent 00633b8 commit 4d9dbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838

39-
- name: Install Ninja
39+
- name: Install Deps
4040
run: sudo apt install -y liblzma-dev ninja-build
4141

4242
- name: Set reusable strings

0 commit comments

Comments
 (0)