Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Add update package list step
  • Loading branch information
jsdonn authored Jan 14, 2025
1 parent 5fe6e93 commit 01b1a2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Update package list
run: sudo apt-get update
- name: Install lib
run: sudo apt-get install libncurses5 libncurses5:i386

Expand Down

0 comments on commit 01b1a2b

Please sign in to comment.