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.
2 parents 8fdcae8 + 83cc6bb commit 90262ccCopy full SHA for 90262cc
.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
@@ -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:
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
test:
strategy:
fail-fast: false
@@ -32,7 +32,7 @@ jobs:
35
36
37
38
0 commit comments