Skip to content

Commit

Permalink
fix: the most ubuntu problem ever to have on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 12, 2024
1 parent 1d51b63 commit 0e545e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
version: "18.1.8"

- name: Install required dependencies
run: sudo apt update && sudo apt install libtinfo5
run: sudo apt update && sudo apt install libtinfo6

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 0e545e0

Please sign in to comment.