Skip to content

Commit

Permalink
Fix CI issues by installing ostreelibs
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Nov 27, 2023
1 parent cb9fb49 commit 8dd59e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pip install -r test_requirements.txt
fi
- name: Install the ostree utility
run: sudo apt-get install ostree
run: sudo apt-get install -y libostree-dev
- name: Run tests
env:
CONTAINER_RUNTIME: ${{ matrix.container_runtime }}
Expand Down

0 comments on commit 8dd59e9

Please sign in to comment.