Skip to content

Commit 0e545e0

Browse files
committed
fix: the most ubuntu problem ever to have on GHA
1 parent 1d51b63 commit 0e545e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
version: "18.1.8"
2929

3030
- name: Install required dependencies
31-
run: sudo apt update && sudo apt install libtinfo5
31+
run: sudo apt update && sudo apt install libtinfo6
3232

3333
- uses: actions/cache@v4
3434
with:

0 commit comments

Comments
 (0)