Skip to content

Commit aeb8bad

Browse files
yaml fix (2)
1 parent d2a634f commit aeb8bad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/posix.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Install lcov
13-
run: |
14-
sudo apt-get update
15-
sudo apt-get -y install libiscsi-dev
12+
- name: Install libiscsi-dev
13+
run: sudo apt-get -y install libiscsi-dev
1614
- name: cmake
1715
run: cmake -B build
1816
- name: make

0 commit comments

Comments
 (0)