Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Apr 22, 2024
1 parent c060013 commit 5263c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: install libncurses5-dev
run: sudo apt-get install -y libncurses5-dev
- name: install libncurses5
run: sudo apt-get install -y libncurses5-dev libncursesw5-dev

- name: Enable KVM group perms
if: ${{ matrix.arch[2] == 'ubuntu-latest' }}
Expand Down

0 comments on commit 5263c97

Please sign in to comment.