Skip to content

Commit

Permalink
yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 15, 2024
1 parent d97bad5 commit d2a634f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install lcov
run: |
sudo apt-get update
sudo apt-get -y install libiscsi-dev
run: |
sudo apt-get update
sudo apt-get -y install libiscsi-dev
- name: cmake
run: cmake -B build
- name: make
Expand Down

0 comments on commit d2a634f

Please sign in to comment.