Skip to content

Commit 40fc864

Browse files
committed
fix Ubuntu 22.04 CI
1 parent a9acc56 commit 40fc864

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

.github/workflows/c.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
packages: write
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install tomllib
12+
run: |
13+
sudo apt update
14+
sudo apt install python-toml
1115
-
1216
name: Checkout
1317
uses: actions/checkout@v4

.github/workflows/next.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
packages: write
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install tomllib
12+
run: |
13+
sudo apt update
14+
sudo apt install python-toml
1115
-
1216
name: Checkout
1317
uses: actions/checkout@v4

.github/workflows/stage0.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
packages: write
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install tomllib
12+
run: |
13+
sudo apt update
14+
sudo apt install python-toml
1115
-
1216
name: Checkout
1317
uses: actions/checkout@v4

.github/workflows/stage1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
packages: write
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install tomllib
12+
run: |
13+
sudo apt update
14+
sudo apt install python-toml
1115
-
1216
name: Checkout
1317
uses: actions/checkout@v4

.github/workflows/stage2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
packages: write
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install tomllib
12+
run: |
13+
sudo apt update
14+
sudo apt install python-toml
1115
-
1216
name: Checkout
1317
uses: actions/checkout@v4

.github/workflows/stage3.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
packages: write
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install tomllib
12+
run: |
13+
sudo apt update
14+
sudo apt install python-toml
1115
-
1216
name: Checkout
1317
uses: actions/checkout@v4

0 commit comments

Comments
 (0)