Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdonn authored Jan 14, 2025
1 parent 930bba9 commit d4a8264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dpkg --add-architecture i386 && apt update
sudo apt-get update
- name: Install lib
run: sudo apt-get install libncurses5 libncurses5:i386
run: sudo apt-get install libncurses6 libncurses6:i386

- name: Gradle build (and test)
run: ./gradlew build
Expand Down

0 comments on commit d4a8264

Please sign in to comment.