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 1d51b63 commit 24be581Copy full SHA for 24be581
.github/workflows/build.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
12
steps:
13
- uses: actions/checkout@v4
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
test:
strategy:
fail-fast: false
@@ -32,7 +32,7 @@ jobs:
32
version: "18.1.8"
33
34
- name: Install required dependencies
35
- run: sudo apt install libtinfo5
+ run: sudo apt update && sudo apt install libtinfo5
36
37
- uses: actions/cache@v4
38
with:
0 commit comments