Skip to content

Commit ee306b2

Browse files
committed
fix: Linux sudo error
Signed-off-by: Yash Pandey (YP) <[email protected]>
1 parent fbad426 commit ee306b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Building library
3333
id: building-lib
3434
run: |
35-
cd build && cmake --build . --config Debug --target all install -j 10 --
35+
cd build && cmake --build . --config Debug --target all -j 10 --
3636
- name: Tests
3737
id: test-lib
3838
run: |
@@ -41,7 +41,7 @@ jobs:
4141
- name: Cleanup
4242
id: clean-up
4343
run: |
44-
rm -r build lib
44+
rm -r build
4545
4646
windows:
4747
name: "Windows 10 (MSVC 19.29)"

0 commit comments

Comments
 (0)