Skip to content

Commit

Permalink
yaml fix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 15, 2024
1 parent d2a634f commit aeb8bad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install lcov
run: |
sudo apt-get update
sudo apt-get -y install libiscsi-dev
- name: Install libiscsi-dev
run: sudo apt-get -y install libiscsi-dev
- name: cmake
run: cmake -B build
- name: make
Expand Down

0 comments on commit aeb8bad

Please sign in to comment.