Skip to content

Commit 1d51b63

Browse files
committed
fix: GHA
1 parent da8aa7e commit 1d51b63

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 install libtinfo5
31+
run: sudo apt update && sudo apt install libtinfo5
3232

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

0 commit comments

Comments
 (0)