We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8aa7e commit 1d51b63Copy full SHA for 1d51b63
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
version: "18.1.8"
29
30
- name: Install required dependencies
31
- run: sudo apt install libtinfo5
+ run: sudo apt update && sudo apt install libtinfo5
32
33
- uses: actions/cache@v4
34
with:
0 commit comments