Skip to content

Commit

Permalink
chore(ci): don't install libncurses5-dev anymore
Browse files Browse the repository at this point in the history
Things happen in containers these days

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Feb 8, 2025
1 parent 70d84c6 commit 7e0e177
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install ImageBuilder prereqs
run: sudo apt-get install -y libncurses5-dev

- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 7e0e177

Please sign in to comment.